From 2a87d2013ff46633ee1f1ee9edac5a21eddc9242 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Fri, 17 May 2019 15:37:00 +0300 Subject: Update license info in setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c186d64..5624c2c 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup(name='pymba', 'Intended Audience :: Healthcare Industry', 'Intended Audience :: Manufacturing', 'Intended Audience :: Science/Research', - 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', + 'License :: OSI Approved :: MIT License', 'Natural Language :: English', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX :: Linux', @@ -32,7 +32,7 @@ setup(name='pymba', author='morefigs', author_email='morefigs@gmail.com', url='https://github.com/morefigs/pymba', - license='GPL-3.0', + license='MIT', packages=[ 'pymba', ], -- cgit v1.2.3