diff options
| -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', ], |
