mirror of
https://github.com/kennethreitz/setup.py.git
synced 2026-06-05 23:10:17 +00:00
Update setup.py
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user