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] [tool.poetry]
name = "traps" name = "traps"
version = "2.0.1" version = "2.0.1"
description = "how about you pip install some traps" description = "How about you pip install some traps?"
readme = "README.md" readme = "README.md"
authors = [ authors = [
"Rdimo <contact.rdimo@gmail.com>", "Rdimo <contact.rdimo@gmail.com>",
@@ -9,19 +9,21 @@ authors = [
] ]
license = "MIT" license = "MIT"
keywords = [ keywords = [
"traps", "python", "package", "anime", "traps", "python", "package",
"library", "lib", "module", "library", "lib", "module", "cli"
"checker"
] ]
classifiers = [ classifiers = [
"Development Status :: 4 - Beta",
"Natural Language :: English",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"Intended Audience :: Other Audience",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Operating System :: OS Independent" "Operating System :: OS Independent"
] ]
[tool.poetry.urls] [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" "Bug Tracker" = "https://github.com/analgadgets/pip-install-traps/issues"
[tool.poetry.dependencies] [tool.poetry.dependencies]