mirror of
https://github.com/Steffo99/flyingsnake.git
synced 2024-12-21 22:24:19 +00:00
Add classifiers to setup.py
This commit is contained in:
parent
bc3e1a26c7
commit
8a165e5a9b
1 changed files with 8 additions and 2 deletions
10
setup.py
10
setup.py
|
@ -20,9 +20,15 @@ setuptools.setup(
|
|||
],
|
||||
python_requires=">=3.7",
|
||||
classifiers=[
|
||||
"Development Status :: 4 - Beta",
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Environment :: Console",
|
||||
"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={
|
||||
"console_scripts": [
|
||||
|
|
Loading…
Reference in a new issue