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 75ff754 commit 9dd97a0Copy full SHA for 9dd97a0
setup.py
@@ -48,7 +48,7 @@ def get_package_data(package):
48
if os.system("pip freeze | grep wheel"):
49
print("wheel not installed.\nUse `pip install wheel`.\nExiting.")
50
sys.exit()
51
- if os.system("pip freeze | grep twine")
+ if os.system("pip freeze | grep twine"):
52
print("twine not installed.\nUse `pip install twine`.\nExiting.")
53
54
os.system("python setup.py sdist bdist_wheel")
0 commit comments