Fix PyPI metadata

This commit is contained in:
2022-06-18 07:50:04 +03:00
parent af89a66e16
commit 75a6abd8a7

View File

@@ -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 <contact.rdimo@gmail.com>",
@@ -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]