Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2017-10-11 17:16:15 +0300
committerGitHub <noreply@github.com>2017-10-11 17:16:15 +0300
commitdd91df0be23374eecf3b31c937716bb1cb5d8d6e (patch)
tree85ea81117fde6734d1a46223c808452e1b6db2c6 /setup.py
parent8fb03f5967e64e1a30c80e0fa020d1ad05e537a3 (diff)
Update classifiers with supported versions
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index af21f3938..cec86eed9 100644
--- a/setup.py
+++ b/setup.py
@@ -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',