|
@@ -47,13 +47,12 @@ setuptools.setup(
|
|
],
|
|
],
|
|
classifiers=[
|
|
classifiers=[
|
|
|
|
|
|
- "Development Status :: 3 - Alpha",
|
|
+ "Development Status :: 4 - Beta",
|
|
"Intended Audience :: End Users/Desktop",
|
|
"Intended Audience :: End Users/Desktop",
|
|
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
|
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
|
"Operating System :: OS Independent",
|
|
"Operating System :: OS Independent",
|
|
"Topic :: Games/Entertainment",
|
|
"Topic :: Games/Entertainment",
|
|
|
|
|
|
- "Programming Language :: Python :: 3.6",
|
|
|
|
"Programming Language :: Python :: 3.7",
|
|
"Programming Language :: Python :: 3.7",
|
|
"Programming Language :: Python :: 3.8",
|
|
"Programming Language :: Python :: 3.8",
|
|
"Programming Language :: Python :: 3.9",
|
|
"Programming Language :: Python :: 3.9",
|
|
@@ -64,8 +63,9 @@ setuptools.setup(
|
|
"location-guessing-game-telegram-bot = location_guessing_game_telegram_bot:_main",
|
|
"location-guessing-game-telegram-bot = location_guessing_game_telegram_bot:_main",
|
|
]
|
|
]
|
|
},
|
|
},
|
|
-
|
|
+
|
|
- python_requires=">=3.6",
|
|
+
|
|
|
|
+ python_requires=">=3.7",
|
|
install_requires=[
|
|
install_requires=[
|
|
|
|
|
|
|
|
|