mirror of
https://github.com/Steffo99/flyingsnake.git
synced 2024-12-22 06:34:18 +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",
|
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": [
|
||||||
|
|
Loading…
Reference in a new issue