Update setup.py

This commit is contained in:
Kenneth Reitz 2017-08-29 02:27:11 -04:00 committed by GitHub
parent a6c8905268
commit 7ea38c36da

View File

@ -65,7 +65,7 @@ class PublishCommand(Command):
pass
self.status('Building Source and Wheel (universal) distribution…')
os.system('{0} setup.py sdist bdist_wheel --universal '.format(sys.executable))
os.system('{0} setup.py sdist bdist_wheel --universal'.format(sys.executable))
self.status('Uploading the package to PyPi via Twine…')
os.system('twine upload dist/*')