aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorTom Christie2013-11-18 09:29:22 +0000
committerTom Christie2013-11-18 09:29:22 +0000
commit4ddbeb1634481812cc12e0a839a2bd891d48b6a3 (patch)
tree7ad654462d06707e9f80ed4b36b900b66cdb0d2a /setup.py
parent075b8c1037588a590360ab5290b25648367a26c5 (diff)
parent6eeebea12be54f588cb3ce85623812f02470d02f (diff)
downloaddjango-rest-framework-4ddbeb1634481812cc12e0a839a2bd891d48b6a3.tar.bz2
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index adf083cb..96fbc4f4 100755
--- a/setup.py
+++ b/setup.py
@@ -45,6 +45,7 @@ version = get_version('rest_framework')
if sys.argv[-1] == 'publish':
os.system("python setup.py sdist upload")
+ os.system("python setup.py bdist_wheel upload")
print("You probably want to also tag the version now:")
print(" git tag -a %s -m 'version %s'" % (version, version))
print(" git push --tags")