Skip to content

Commit 55ffdc7

Browse files
authored
setup.cfg: fix license (#65)
1 parent 8515beb commit 55ffdc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
name = mplotutils
33
description = utilities for matplotlib and cartopy
44
author = mathause
5-
author_email = mathause@ethz.com
5+
author_email = mathias.hauser@env.ethz.com
66
license = GPLv3
77
url = https://github.com/mathause/mplotutils
88
long_description_content_type=text/markdown
99
long_description = file: README.md
1010
classifiers =
1111
Development Status :: 4 - Beta
12-
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
12+
License :: OSI Approved :: MIT License
1313
Operating System :: OS Independent
1414
Intended Audience :: Science/Research
1515
Programming Language :: Python

0 commit comments

Comments
 (0)