From 318616c5d00dad42385458091779be38808c1c22 Mon Sep 17 00:00:00 2001 From: miyuchina Date: Mon, 14 Aug 2017 10:15:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20updated=20setup=20license?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 75c2553b..71d85675 100644 --- a/setup.py +++ b/setup.py @@ -7,13 +7,13 @@ url='https://github.com/miyuchina/mistletoe', author='Mi Yu', author_email='hello@afteryu.me', - license='GNU GPLv3', + license='MIT', packages=['mistletoe'], entry_points={'console_scripts': ['mistletoe = mistletoe.__main__:main']}, classifiers=[ 'Development Status :: 3 - Alpha', 'Intended Audience :: Developers', - 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', + 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4',