We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa6dff commit 856f086Copy full SHA for 856f086
setup.py
@@ -61,9 +61,6 @@ def get_package_data(package):
61
import pypandoc
62
except ImportError:
63
print("pypandoc not installed.\nUse `pip install pypandoc`.\nExiting.")
64
- if os.system("pip freeze | grep wheel"):
65
- print("wheel not installed.\nUse `pip install wheel`.\nExiting.")
66
- sys.exit()
67
if os.system("pip freeze | grep twine"):
68
print("twine not installed.\nUse `pip install twine`.\nExiting.")
69
sys.exit()
0 commit comments