aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@optofidelity.com>2019-05-17 15:37:00 +0300
committerOskari Timperi <oskari.timperi@optofidelity.com>2019-05-17 15:37:00 +0300
commit2a87d2013ff46633ee1f1ee9edac5a21eddc9242 (patch)
treee3cade922f176fb6b182186ccf5ec1eb7c921643
parent3af7954d5a5a0005ce84dcafaead61d84978003c (diff)
downloadpymba-update-license-info.tar.gz
pymba-update-license-info.zip
Update license info in setup.pyupdate-license-info
-rw-r--r--setup.py4
1 files 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',
],