summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2017-05-26 21:43:03 -0400
committerKenneth Reitz <me@kennethreitz.org>2017-05-26 21:43:03 -0400
commit0aee4834970714c399f1375830400ff66104bd92 (patch)
tree438209060b536db2ea429315b4e868cdbcc6cfa4
parentbf53ace6f80a852b35bdd513cac81d060e78cb33 (diff)
downloadpython-requests-2.15.0.tar.gz
fix setup.pyv2.16.3v2.15.0
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 534b23aa..981f9455 100755
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,8 @@ class PyTest(TestCommand):
# 'setup.py publish' shortcut.
if sys.argv[-1] == 'publish':
- os.system('python setup.py sdist upload')
+ os.system('python setup.py sdist bdist_wheel')
+ os.system('twine upload dist/*')
sys.exit()
packages = [