Skip to content

Commit c7af8ac

Browse files
committed
Update setup.py
1 parent 90b7bea commit c7af8ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
os.system('python setup.py sdist bdist_wheel') # Create new tar/wheel
3737
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
3838
os.system("python -m pip install 'twine>=1.15.0'")
39+
print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
40+
os.system("python -m pip install 'tqdm>=4.46.0'")
3941
print("\n*** Publishing The Release to PyPI: ***\n")
4042
os.system('python -m twine upload dist/*') # Requires ~/.pypirc Keys
4143
print("\n*** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n")

0 commit comments

Comments
 (0)