diff options
| author | Tom Christie | 2014-12-17 21:33:27 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-12-17 21:33:27 +0000 | 
| commit | b8af83493fa8d8b404174e67c3e21e7c05e9fc25 (patch) | |
| tree | 16baa516496a480056eb99d2bac9e28670d4ab12 /setup.py | |
| parent | 39766bcc0ee5149a98ea11a79270609a5ec99d87 (diff) | |
| download | django-rest-framework-b8af83493fa8d8b404174e67c3e21e7c05e9fc25.tar.bz2 | |
Wheel check was breaking tests. Removed it.
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 3 | 
1 files changed, 0 insertions, 3 deletions
| @@ -59,9 +59,6 @@ version = get_version('rest_framework')  if sys.argv[-1] == 'publish': -    if os.system("pip freeze | grep wheel"): -        print "wheel not installed.\nUse `pip install wheel`.\nExiting." -        sys.exit()      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:") | 
