1
Fork 0
mirror of https://github.com/Steffo99/flyingsnake.git synced 2024-10-16 14:37:34 +00:00

Add classifiers to setup.py

This commit is contained in:
Steffo 2019-08-28 16:54:26 +02:00
parent bc3e1a26c7
commit 8a165e5a9b

View file

@ -20,9 +20,15 @@ setuptools.setup(
], ],
python_requires=">=3.7", python_requires=">=3.7",
classifiers=[ classifiers=[
"Development Status :: 4 - Beta", "Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python :: 3.7" "Programming Language :: Python :: 3.7",
"License :: OSI Approved :: GNU Affero General Public License v3",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Topic :: Games/Entertainment",
"Topic :: Multimedia :: Graphics",
"Typing :: Typed"
], ],
entry_points={ entry_points={
"console_scripts": [ "console_scripts": [