diff options
| author | Hugo <hugovk@users.noreply.github.com> | 2017-10-11 17:16:15 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-11 17:16:15 +0300 |
| commit | dd91df0be23374eecf3b31c937716bb1cb5d8d6e (patch) | |
| tree | 85ea81117fde6734d1a46223c808452e1b6db2c6 /setup.py | |
| parent | 8fb03f5967e64e1a30c80e0fa020d1ad05e537a3 (diff) | |
| download | sphinx-git-dd91df0be23374eecf3b31c937716bb1cb5d8d6e.tar.gz | |
Update classifiers with supported versions
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -225,7 +225,13 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: Implementation :: PyPy', 'Framework :: Sphinx', 'Framework :: Sphinx :: Extension', 'Framework :: Sphinx :: Theme', |
