sphinx-doc / sphinx-autobuild

Watch a Sphinx directory and rebuild the documentation when a change is detected. Also includes a hot-reload web server.
MIT License
524 stars 75 forks source link

Add Python 3 trove classifiers to setup.py #53

Closed edmorley closed 7 years ago

edmorley commented 7 years ago

To help assist tools like https://caniusepython3.com/ it would be useful to add Python 3 trove classifiers to setup.py, eg:

Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5