summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVaibhav Sagar <vaibhavsagar@gmail.com>2015-11-09 18:40:35 +1100
committerVaibhav Sagar <vaibhavsagar@gmail.com>2015-11-09 18:40:35 +1100
commit3f68a5f43639089be29a19b8e460a6bf97ec0b71 (patch)
tree56d5054e264b84d12b0589a128aaac879f98f500 /setup.py
parenta2e5b48ae7df54aa805e0bb65315b703838a728e (diff)
downloadpython-magic-3f68a5f43639089be29a19b8e460a6bf97ec0b71.tar.gz
Add Python 3 trove classifier.
This is so that tools like https://github.com/brettcannon/caniusepython3 work properly.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 4e816f7..1ab5a3b 100644
--- a/setup.py
+++ b/setup.py
@@ -21,5 +21,6 @@ supports both textual and MIME-type output.
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
+ 'Programming Language :: Python :: 3',
],
)