We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c81cf commit e3c1a12Copy full SHA for e3c1a12
setup.py
@@ -29,7 +29,7 @@
29
author_email='[email protected]',
30
31
# Choose your license
32
- license='BSD',
+ license='MIT',
33
34
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
35
classifiers=[
@@ -45,7 +45,7 @@
45
'Topic :: Scientific/Engineering',
46
47
# Pick your license as you wish (should match "license" above)
48
- 'License :: OSI Approved :: BSD License',
+ 'License :: OSI Approved :: MIT License',
49
50
# Specify the Python versions you support here. In particular, ensure
51
# that you indicate whether you support Python 2, Python 3 or both.
0 commit comments