From 91b30267b0064a9ee88b794f27f55fb5d62473a3 Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Tue, 28 Mar 2017 00:54:25 +0900 Subject: [PATCH] change license --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 21f0661..8532d60 100644 --- a/setup.py +++ b/setup.py @@ -117,9 +117,11 @@ setup( description='Universal encoding detector. This library is faster than chardet.', long_description='\n\n'.join((read('README.rst'), read('CHANGES.rst'))), version=version, - license='MIT License', + license='Mozilla Public License', classifiers=[ - 'License :: OSI Approved :: MIT License', + 'License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)', + 'License :: OSI Approved :: GNU General Public License (GPL)', + 'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)', 'Programming Language :: Cython', 'Programming Language :: Python', 'Topic :: Software Development :: Libraries',