Remove broken wheel check in setup.py [ci skip]

This commit is contained in:
Tom Christie 2016-10-21 14:42:42 +01:00
parent 1aa6dff0b5
commit 856f086ce3

View File

@ -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()