Add Python3 classifier to setup.py #446
Labels
No labels
Bug
Enhancement
Feature Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/twython#446
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.