mirror of
https://github.com/Steffo99/flyingsnake.git
synced 2024-12-22 14:44:17 +00:00
Change PyPI classifier
This commit is contained in:
parent
afdf4ae544
commit
04811bd8f5
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -20,7 +20,7 @@ setuptools.setup(
|
||||||
],
|
],
|
||||||
python_requires=">=3.7",
|
python_requires=">=3.7",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 4 - Beta",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Programming Language :: Python :: 3.7"
|
"Programming Language :: Python :: 3.7"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue