added scripts and classifiers to pyproject.toml

Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
Lorenz Herzberger 2023-02-13 16:24:57 +01:00
parent 0ba9e73fcd
commit ec9116adff
No known key found for this signature in database
GPG Key ID: FA5EE906EB55316A

View File

@ -5,6 +5,21 @@ description = "Planetmint: The Blockchain Database"
authors = ["Planetmint contributors"]
license = "AGPLv3"
readme = "README.md"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Database",
"Topic :: Database :: Database Engines/Servers",
"Topic :: Software Development",
"Natural Language :: English",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.9",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX :: Linux"
]
[tool.poetry.scripts]
planetmint = "planetmint.commands.planetmint:main"
[tool.poetry.dependencies]
python = "^3.9"