Skip to content

Commit efaada8

Browse files
committed
Getting ready for publishing
1 parent e9baaa5 commit efaada8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ __pycache__
22
.vscode
33
.ipynb_checkpoints
44
*.ipynb
5+
build
6+
dist
7+
*.egg-info

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
url="https://github.com/jscriptcoder/Gymie-Server",
1515
packages=setuptools.find_packages(),
1616
classifiers=[
17-
"Programming Language :: Python :: 3",
17+
"Programming Language :: Python :: 3.6",
1818
"License :: OSI Approved :: MIT License",
1919
"Operating System :: OS Independent",
2020
],
2121
python_requires='>=3.6',
22-
)
22+
)

0 commit comments

Comments
 (0)