Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add Python3 classifier to setup.py #446
Comments
michaelhelmick
closed this
in 5a87fc7
Jun 16, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tirkarthi commentedJun 10, 2017
I used caniusepython3 to test Python 3 support against my project and found that twython was reported as not compatible with Python 3 though twython's README says seamless support with Python 3. From the README of caniusepython3 adding
Programming Language :: Python :: 3classifier tosetup.pywill be helpful.Thanks for the library.