Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Schweder committed Dec 18, 2022
1 parent fb8d12d commit e119887
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
[tool.poetry]
name = "makeflatt"
version = "1.0.0"
description = ""
description = "Simple library to make your dictionary flatten"
authors = ["Jonathan Schweder <[email protected]>"]
license = "MIT"
repository = "https://github.com/jaswdr/makeflatt"
homepage = "https://github.com/jaswdr/makeflatt"
readme = "README.md"
keywords = ["makeflatt", "dict", "dictionaries", "flatten"]

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

0 comments on commit e119887

Please sign in to comment.