diff options
author | Vaibhav Sagar <vaibhavsagar@gmail.com> | 2015-11-09 18:40:35 +1100 |
---|---|---|
committer | Vaibhav Sagar <vaibhavsagar@gmail.com> | 2015-11-09 18:40:35 +1100 |
commit | 3f68a5f43639089be29a19b8e460a6bf97ec0b71 (patch) | |
tree | 56d5054e264b84d12b0589a128aaac879f98f500 /setup.py | |
parent | a2e5b48ae7df54aa805e0bb65315b703838a728e (diff) | |
download | python-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', ], ) |