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

Improvements to setup.py, especially: python_requires #21

Merged
merged 3 commits into from
Oct 6, 2017

Conversation

mpacer
Copy link
Collaborator

@mpacer mpacer commented Oct 6, 2017

This closes #20.

Even better would be to include the pip version catching that I mentioned in #20, but that's a bit more opinionated than I wanted this PR to be.

I also reformatted your install_requires list because this is just a better practice for tracking the history of your dependencies via version control (one dependency and version spec per line).

@mpacer mpacer changed the title Improvements to setup.py, primarily by using python_requires Improvements to setup.py, especially: python_requires Oct 6, 2017
Copy link
Collaborator

@sbassi sbassi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

Use python_requires to force pip to not download if on python2
3 participants