diff --git a/pyproject.toml b/pyproject.toml index 9735b80..db59cbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "traps" version = "2.0.1" -description = "how about you pip install some traps" +description = "How about you pip install some traps?" readme = "README.md" authors = [ "Rdimo ", @@ -9,19 +9,21 @@ authors = [ ] license = "MIT" keywords = [ - "traps", "python", "package", - "library", "lib", "module", - "checker" + "anime", "traps", "python", "package", + "library", "lib", "module", "cli" ] classifiers = [ + "Development Status :: 4 - Beta", + "Natural Language :: English", "Intended Audience :: Developers", + "Intended Audience :: Other Audience", "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent" ] [tool.poetry.urls] -"Home Page" = "https://pypi.org/project/traps/" +"Homeage" = "https://github.com/analgadgets/pip-install-traps" "Bug Tracker" = "https://github.com/analgadgets/pip-install-traps/issues" [tool.poetry.dependencies]