ensure package data

- closes #1292
This commit is contained in:
Casper da Costa-Luis 2022-01-18 17:26:33 +00:00
parent 6c930f5d84
commit 8e0f5efcee
No known key found for this signature in database
GPG Key ID: F5126E5FBD2512AD
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ if sys.argv[1].lower().strip() == 'make': # exec Makefile commands
# Stop to avoid setup.py raising non-standard command error
sys.exit(0)
setup(use_scm_version=True)
setup(use_scm_version=True, package_data={"tqdm": ["tqdm/tqdm.1", "tqdm/completion.sh"]})