Skip to content

Commit e3c1a12

Browse files
committed
Replaced BSD with MIT in setup.py
1 parent 17c81cf commit e3c1a12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
author_email='[email protected]',
3030

3131
# Choose your license
32-
license='BSD',
32+
license='MIT',
3333

3434
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
3535
classifiers=[
@@ -45,7 +45,7 @@
4545
'Topic :: Scientific/Engineering',
4646

4747
# Pick your license as you wish (should match "license" above)
48-
'License :: OSI Approved :: BSD License',
48+
'License :: OSI Approved :: MIT License',
4949

5050
# Specify the Python versions you support here. In particular, ensure
5151
# that you indicate whether you support Python 2, Python 3 or both.

0 commit comments

Comments
 (0)