remove man page from distribution

This commit is contained in:
Casper da Costa-Luis 2018-10-16 10:43:27 +01:00
parent 10c26d86fc
commit e53fae537c
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ setup(
platforms=['any'],
packages=['tqdm'] + ['tqdm.' + i for i in find_packages('tqdm')],
entry_points={'console_scripts': ['tqdm=tqdm._main:main'], },
data_files=[('man/man1', ['tqdm.1'])],
# data_files=[('man/man1', ['tqdm.1'])],
package_data={'': ['CONTRIBUTING.md', 'LICENCE', 'examples/*.py']},
long_description=README_rst,
python_requires='>=2.6, !=3.0.*, !=3.1.*',