From 3d7a638573382427a5e9124f8510643465941945 Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Sat, 2 Jan 2016 04:06:24 +1100 Subject: 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 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ab5a3b..01c089e 100644 --- a/setup.py +++ b/setup.py @@ -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', ], ) -- cgit v1.2.1