diff options
| author | Xavier Ordoquy | 2015-02-06 10:23:58 +0100 |
|---|---|---|
| committer | Xavier Ordoquy | 2015-02-06 10:23:58 +0100 |
| commit | 9dd97a0ee515089a1f818007f23460cf83159e71 (patch) | |
| tree | 0e3c6ce3f30d96da5dad916e41caea1e6c768f3d /setup.py | |
| parent | 75ff754517c30df043de906b0a6fb0e1777570b7 (diff) | |
| download | django-rest-framework-9dd97a0ee515089a1f818007f23460cf83159e71.tar.bz2 | |
Fixed a typo.
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |
