Skip to content

Commit

Permalink
chore: add descriptive fields
Browse files Browse the repository at this point in the history
  • Loading branch information
joelluijmes committed Dec 15, 2021
1 parent 1aa12c9 commit 402bc1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[tool.poetry]
name = "leveldb-export"
version = "0.1.0-alpha-0"
version = "0.1.1"
description = "Package to export documents from LevelDB export (for instance Firestore)."
authors = ["Joël Luijmes <me@joell.dev>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/joelluijmes/leveldb-export"
repository = "https://github.com/joelluijmes/leveldb-export"
keywords = ["firestore", "leveldb", "export", "firestore-export", "leveldb-export"]

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit 402bc1a

Please sign in to comment.