mirror of https://github.com/tqdm/tqdm.git
parent
6c930f5d84
commit
8e0f5efcee
2
setup.py
2
setup.py
|
@ -13,4 +13,4 @@ if sys.argv[1].lower().strip() == 'make': # exec Makefile commands
|
||||||
# Stop to avoid setup.py raising non-standard command error
|
# Stop to avoid setup.py raising non-standard command error
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
setup(use_scm_version=True)
|
setup(use_scm_version=True, package_data={"tqdm": ["tqdm/tqdm.1", "tqdm/completion.sh"]})
|
||||||
|
|
Loading…
Reference in New Issue