From eb5663fb5034dea89bcf82ddc9add20a84584455 Mon Sep 17 00:00:00 2001 From: JiaweiZhuang Date: Sun, 31 Dec 2017 20:34:13 -0500 Subject: [PATCH] Fix license in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 86fcf27..ae56ac4 100644 --- a/setup.py +++ b/setup.py @@ -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',