Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Update setup.py to make Python 3 requirement harder to miss #24

Open
edmorley opened this issue Aug 21, 2018 · 1 comment · May be fixed by #37
Open

Update setup.py to make Python 3 requirement harder to miss #24

edmorley opened this issue Aug 21, 2018 · 1 comment · May be fixed by #37

Comments

@edmorley
Copy link
Member

For example:

  • adding a suitable value for python_requires (though only read by pip 9+) or else a runtime check (see here for example implementations)
  • removing the Python :: 2.* trove classifiers

This would help avoid #8, #21 etc.

@sigmavirus24
Copy link
Contributor

I would merge this if you sent a PR with this in it.

@ntravis ntravis linked a pull request Nov 26, 2018 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants