Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add python_requires to help pip #557

Closed
wants to merge 1 commit into from
Closed

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented May 21, 2018

  • I have visited the source website, and in particular
    read the known issues
  • I have searched through the issue tracker for duplicates
  • [n/a] I have mentioned version numbers, operating system and
    environment, where applicable:
    import tqdm, sys
    print(tqdm.__version__, sys.version, sys.platform)
  • [n/a] If applicable, I have mentioned the relevant/related issue(s)

This adds python_requires to setup.py so pip knows which version of tqdm to install for which Python version.

@casperdcl casperdcl closed this in 95107d2 May 22, 2018
@hugovk hugovk deleted the patch-1 branch May 22, 2018 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant