Update setup.py

This commit is contained in:
Kenneth Reitz 2017-08-28 20:55:52 -04:00 committed by GitHub
parent 573ed6b96d
commit ab70a8a5ac

View File

@ -27,7 +27,7 @@ with open(os.path.join(here, NAME, "__version__.py")) as f:
# Support "$ setup.py publish".
if sys.argv[-1] == "publish":
os.system("{} setup.py sdist bdist_wheel upload".format(sys.executable))
os.system("{0} setup.py sdist bdist_wheel upload".format(sys.executable))
sys.exit()
# What packages are required for this module to be executed?