diff --git a/pyproject.toml b/pyproject.toml index e866c2f..c91d520 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,13 @@ [tool.poetry] name = "makeflatt" version = "1.0.0" -description = "" +description = "Simple library to make your dictionary flatten" authors = ["Jonathan Schweder "] +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"