stefankoegl / python-json-pointer

Resolve JSON Pointers in Python
https://python-json-pointer.readthedocs.org/
Other
141 stars 43 forks source link

Add trove classifiers specifying Python 3 support #6

Closed mminer closed 10 years ago

mminer commented 10 years ago

In setup.py, I added trove classifiers to clarify that the package supports Python 3. Besides PyPI, this information is used by caniusepython3 and sites like http://py3readiness.org to determine if a package is Py3 ready.

I was conservative with the classifiers and didn't, for example, add information about the license or development status, though this information would also be useful to include.

stefankoegl commented 10 years ago

Thanks! I've added a more comprehensive list of classifiers now.