diff options
| author | Oskari Timperi <oskari.timperi@optofidelity.com> | 2019-05-17 15:37:00 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@optofidelity.com> | 2019-05-17 15:37:00 +0300 |
| commit | 2a87d2013ff46633ee1f1ee9edac5a21eddc9242 (patch) | |
| tree | e3cade922f176fb6b182186ccf5ec1eb7c921643 | |
| parent | 3af7954d5a5a0005ce84dcafaead61d84978003c (diff) | |
| download | pymba-update-license-info.tar.gz pymba-update-license-info.zip | |
Update license info in setup.pyupdate-license-info
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', ], |
