summaryrefslogtreecommitdiff
path: root/scripts/setupcommon.py
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2014-07-28 20:41:42 +0200
committerFlorian Bruhin <git@the-compiler.org>2014-07-28 20:41:42 +0200
commit8d80ce26282f42989719541448475854c0266d67 (patch)
tree67f3082f0616a9fe93fb89869c3440f8201e5d0e /scripts/setupcommon.py
parent54c7f29f04920b52ca41d1a65382cc4c5d952e36 (diff)
downloadqutebrowser-8d80ce26282f42989719541448475854c0266d67.tar.gz
qutebrowser-8d80ce26282f42989719541448475854c0266d67.zip
Switch to python 3.4 enums.
Our home-brewn enum wasn't really liked by pylint (many no-member errors), so instead of adding some workaround, we just use the python 3.4 enum instead. This however also means we need to depend on Python 3.4 and not 3.3. Maybe we should use enum34 on Python < 3.3.
Diffstat (limited to 'scripts/setupcommon.py')
-rw-r--r--scripts/setupcommon.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/setupcommon.py b/scripts/setupcommon.py
index bb86c4d91..e15d5441b 100644
--- a/scripts/setupcommon.py
+++ b/scripts/setupcommon.py
@@ -111,7 +111,6 @@ setupdata = {
'Operating System :: Microsoft :: Windows :: Windows 7',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Internet',
'Topic :: Internet :: WWW/HTTP',