Update setup.py

This commit is contained in:
2017-08-28 22:40:13 -04:00
committed by GitHub
parent bbb281284d
commit 80d786e993
+1 -1
View File
@@ -46,7 +46,7 @@ if sys.argv[-1] == "publish":
except FileNotFoundError:
pass
# Create Source and Wheel (universal) distributions
# Create Source and Wheel (universal) distributions.
os.system("{0} setup.py sdist bdist_wheel --universal ".format(sys.executable))
# Upload the package to PyPi.