mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +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
|
||||
except ImportError:
|
||||
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"):
|
||||
print("twine not installed.\nUse `pip install twine`.\nExiting.")
|
||||
sys.exit()
|
||||
|
|
Loading…
Reference in New Issue
Block a user