Update setup.py
This commit is contained in:
parent
bbb281284d
commit
80d786e993
2
setup.py
2
setup.py
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user