summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSelwin Ong <selwin.ong@gmail.com>2020-05-16 20:41:36 +0700
committerSelwin Ong <selwin.ong@gmail.com>2020-05-16 20:41:36 +0700
commit52e426f40ffee046f06269fc2e7593707230e9f6 (patch)
treea0c32a2f5870e309d20598f16cfacb706d84b1f3 /setup.py
parent4d450ec94d4c09f28723af20aa1ca88bc109738a (diff)
downloadrq-52e426f40ffee046f06269fc2e7593707230e9f6.tar.gz
Remove Python 2.7 from setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 046b3a8..c35e40d 100644
--- a/setup.py
+++ b/setup.py
@@ -65,8 +65,6 @@ setup(
'Operating System :: MacOS',
'Operating System :: Unix',
'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',