os / slacker

Full-featured Python interface for the Slack API
Apache License 2.0
1.6k stars 245 forks source link

Python package trove classifiers aren't showing up on PyPI #87

Closed tveastman closed 7 years ago

tveastman commented 8 years ago

Hi!

Your setup.py contains trove classifiers, but they aren't showing up on slacker's PyPI page for some reason:

https://pypi.python.org/pypi/slacker/0.9.29

I don't know why not, maybe it's as simple as that fact that your classifiers are in a tuple and not a list?

The classifiers not showing means that tools like caniusepython3 list slacker as "not supporting Python 3" when the code, and travis configuration, suggests that it does.

os commented 7 years ago

Thanks @tveastman!