Skip to content

Commit

Permalink
Fix license in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiZhuang committed Jan 1, 2018
1 parent 3d673ed commit eb5663f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
INSTALL_REQUIRES = ['esmpy', 'xarray', 'numpy', 'scipy']
CLASSIFIERS = [
'Development Status :: 4 - Beta',
'License :: OSI Approved :: Apache Software License',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Intended Audience :: Science/Research',
'Programming Language :: Python',
Expand Down

0 comments on commit eb5663f

Please sign in to comment.