Fix PyPI metadata
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user