summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-03-19 14:37:59 +0200
committerHugo <hugovk@users.noreply.github.com>2018-03-19 14:37:59 +0200
commit5caf7d23d0237528a4837de3bd0b143a4c09f37a (patch)
tree4f0c14483eed99d68ea6c4555da71fd452633735 /setup.py
parent5f53d25061338f41173b80c2a36e032c529056b1 (diff)
downloadpython-magic-5caf7d23d0237528a4837de3bd0b143a4c09f37a.tar.gz
Update classifiers
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 03221fc..ca702c1 100644
--- a/setup.py
+++ b/setup.py
@@ -22,12 +22,8 @@ supports both textual and MIME-type output.
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.6',
'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',
'Programming Language :: Python :: Implementation :: CPython',
],