From e149451ed1c9b902288a965f8539f6eb332bf6d3 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Mon, 2 Mar 2015 11:30:23 +0100 Subject: [PATCH] fix license. Closes #139 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f56e91e..0341ebe 100644 --- a/setup.py +++ b/setup.py @@ -128,8 +128,7 @@ setup(name='jnius', classifiers=[ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', - 'License :: OSI Approved :: GNU Library or Lesser ' - 'General Public License (LGPL)', + 'License :: OSI Approved :: MIT License', 'Natural Language :: English', 'Operating System :: MacOS :: MacOS X', 'Operating System :: Microsoft :: Windows',