diff options
| author | Kubilay Kocak <koobs@users.noreply.github.com> | 2016-01-02 04:06:24 +1100 |
|---|---|---|
| committer | Kubilay Kocak <koobs@users.noreply.github.com> | 2016-01-02 04:06:24 +1100 |
| commit | 3d7a638573382427a5e9124f8510643465941945 (patch) | |
| tree | 20baff071b509996b90979393410f0d09e9754de /setup.py | |
| parent | 28c1e3cc40dcd0c3a2f673810d874664ec826620 (diff) | |
| download | python-magic-3d7a638573382427a5e9124f8510643465941945.tar.gz | |
Match license= to LICENSE, Add Python 2 to Trove
* Update the distutils license field to match MIT license as specified in:
LICENSE file in repository
Trove classifier
* Add Python :: 2 to trove classifier to declare explicit (PEP20) 2/3 compatibility
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,12 +15,13 @@ identification library. It makes use of the local magic database and supports both textual and MIME-type output. """, keywords="mime magic file", - license="PSF", + license="MIT", test_suite='test', classifiers=[ 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', + 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3', ], ) |
