mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Remove broken wheel check in setup.py [ci skip]
This commit is contained in:
parent
1aa6dff0b5
commit
856f086ce3
3
setup.py
3
setup.py
|
@ -61,9 +61,6 @@ if sys.argv[-1] == 'publish':
|
||||||
import pypandoc
|
import pypandoc
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print("pypandoc not installed.\nUse `pip install pypandoc`.\nExiting.")
|
print("pypandoc not installed.\nUse `pip install pypandoc`.\nExiting.")
|
||||||
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.")
|
print("twine not installed.\nUse `pip install twine`.\nExiting.")
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user