Add pypi metadata to pyproject

This commit is contained in:
Ethan Paul 2021-11-24 23:04:07 -05:00
parent 566785f44f
commit 9156080dd7
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF
1 changed files with 16 additions and 0 deletions

View File

@ -10,6 +10,22 @@ packages = [
{include = "peewee_plus.py"},
{include = "tests", format = "sdist"}
]
keywords = ["peewee", "orm", "extension", "plguin", "extra"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Plugins",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Database",
"Typing :: Typed"
]
[tool.poetry.dependencies]
python = "^3.6.1"