Update setup.py
This commit is contained in:
parent
a6c8905268
commit
7ea38c36da
2
setup.py
2
setup.py
@ -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/*')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user