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

Change PyPI classifier

This commit is contained in:
Steffo 2019-08-19 20:52:48 +02:00
parent afdf4ae544
commit 04811bd8f5

View file

@ -20,7 +20,7 @@ setuptools.setup(
],
python_requires=">=3.7",
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.7"
],