We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9baaa5 commit efaada8Copy full SHA for efaada8
.gitignore
@@ -2,3 +2,6 @@ __pycache__
2
.vscode
3
.ipynb_checkpoints
4
*.ipynb
5
+build
6
+dist
7
+*.egg-info
setup.py
@@ -14,9 +14,9 @@
14
url="https://github.com/jscriptcoder/Gymie-Server",
15
packages=setuptools.find_packages(),
16
classifiers=[
17
- "Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.6",
18
"License :: OSI Approved :: MIT License",
19
"Operating System :: OS Independent",
20
],
21
python_requires='>=3.6',
22
-)
+)
0 commit comments