aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',
],