Skip to content

Commit

Permalink
Add python_requires to help pip
Browse files Browse the repository at this point in the history
closes #557
  • Loading branch information
hugovk authored and casperdcl committed May 21, 2018
1 parent d8ff6ee commit 95107d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ def execute_makefile_commands(commands, alias, verbose=False):
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.*',
classifiers=[
# Trove classifiers
# (https://pypi.python.org/pypi?%3Aaction=list_classifiers)
Expand Down

0 comments on commit 95107d2

Please sign in to comment.