aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorXavier Ordoquy2015-02-06 10:23:58 +0100
committerXavier Ordoquy2015-02-06 10:23:58 +0100
commit9dd97a0ee515089a1f818007f23460cf83159e71 (patch)
tree0e3c6ce3f30d96da5dad916e41caea1e6c768f3d /setup.py
parent75ff754517c30df043de906b0a6fb0e1777570b7 (diff)
downloaddjango-rest-framework-9dd97a0ee515089a1f818007f23460cf83159e71.tar.bz2
Fixed a typo.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 391987bc..4cdcfa86 100755
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ if sys.argv[-1] == 'publish':
if os.system("pip freeze | grep wheel"):
print("wheel not installed.\nUse `pip install wheel`.\nExiting.")
sys.exit()
- if os.system("pip freeze | grep twine")
+ if os.system("pip freeze | grep twine"):
print("twine not installed.\nUse `pip install twine`.\nExiting.")
sys.exit()
os.system("python setup.py sdist bdist_wheel")