From e53fae537c6833230095e0a71ad657d9b801e122 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Tue, 16 Oct 2018 10:43:27 +0100 Subject: [PATCH] remove man page from distribution --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7496741..22f93fea 100755 --- a/setup.py +++ b/setup.py @@ -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.*',