summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelwin Ong <selwin.ong@gmail.com>2017-07-31 13:48:38 +0700
committerGitHub <noreply@github.com>2017-07-31 13:48:38 +0700
commit8244b898fe68d2dfdaa9273094442baca9ed1364 (patch)
treed4d3cefbbd21bec19cfe9338d26c1eaae466b190
parent4a9bc6e76a00c85b79deca341e9422f0e7813e97 (diff)
downloadrq-8244b898fe68d2dfdaa9273094442baca9ed1364.tar.gz
Update PyPI classifiers.
-rw-r--r--setup.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 9fdd3ee..edf4396 100644
--- a/setup.py
+++ b/setup.py
@@ -74,7 +74,12 @@ setup(
'Operating System :: Unix',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
+ 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Internet',
'Topic :: Scientific/Engineering',