summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2017-10-13 11:49:36 +0300
committerGitHub <noreply@github.com>2017-10-13 11:49:36 +0300
commit6967f224f76c957b17c538536f3a75300e45d2ff (patch)
tree96ba2361771a6fbe2dde66d45ea20741592e912d /setup.py
parent5f7c67d81d7665852cd54318a56cfb8c81198f4d (diff)
downloadpython-magic-6967f224f76c957b17c538536f3a75300e45d2ff.tar.gz
Update classifiers
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index a604308..6ac9ee1 100644
--- a/setup.py
+++ b/setup.py
@@ -22,6 +22,13 @@ 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',
],
)