lugensa / scorched

Sunburnt offspring solr client
MIT License
27 stars 19 forks source link

Added classifiers in setup.py. #31

Closed cjappl closed 8 years ago

cjappl commented 8 years ago

This aids in searching on PyPI, as well as using tools such as 'caniusepython3'.

cjappl commented 8 years ago

Noticed this issue when converting a project from 2 to 3. Python recommends using the tool 'caniusepython3' for checking compatibility of packages. As you can see in the link below, currently scorched gives an error despite being python 3 compatible

https://caniusepython3.com/project/scorched

caniusepython3 uses the 'classifiers' section of the setup.py to determine python 3 compatibility so I added that to the file.

lujh commented 8 years ago

Thanks a lot. We will make a release soon.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 95.607% when pulling aee0096e398c842079abcce0df08031d280b2462 on cjappl:fix-setup-py into 61b3d76685f418867d70361c271b86cc533ed845 on lugensa:master.