diff options
author | Hugo <hugovk@users.noreply.github.com> | 2017-10-13 11:49:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-13 11:49:36 +0300 |
commit | 6967f224f76c957b17c538536f3a75300e45d2ff (patch) | |
tree | 96ba2361771a6fbe2dde66d45ea20741592e912d /setup.py | |
parent | 5f7c67d81d7665852cd54318a56cfb8c81198f4d (diff) | |
download | python-magic-6967f224f76c957b17c538536f3a75300e45d2ff.tar.gz |
Update classifiers
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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', ], ) |