Skip to content

Commit fbd080f

Browse files
committed
Make the maintainers metadata more general
1 parent 5a180c9 commit fbd080f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

data/basemap_data/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ def get_content(name, splitlines=False):
8585
"author_email":
8686
"jeffrey.s.whitaker@noaa.gov",
8787
"maintainer":
88-
"Víctor Molina García",
88+
"The Matplotlib development team",
8989
"maintainer_email":
90-
"molinav@users.noreply.github.com",
90+
"matplotlib-users@python.org",
9191
"license":
9292
"GNU Lesser General Public License v3 or later (LGPLv3+)",
9393
"license_files": [

data/basemap_data_hires/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ def get_content(name, splitlines=False):
6363
"author_email":
6464
"jeffrey.s.whitaker@noaa.gov",
6565
"maintainer":
66-
"Víctor Molina García",
66+
"The Matplotlib development team",
6767
"maintainer_email":
68-
"molinav@users.noreply.github.com",
68+
"matplotlib-users@python.org",
6969
"license":
7070
"GNU Lesser General Public License v3 or later (LGPLv3+)",
7171
"license_files": [

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ def run(self):
174174
"author_email":
175175
"jeffrey.s.whitaker@noaa.gov",
176176
"maintainer":
177-
"Víctor Molina García",
177+
"The Matplotlib development team",
178178
"maintainer_email":
179-
"molinav@users.noreply.github.com",
179+
"matplotlib-users@python.org",
180180
"license":
181181
"MIT",
182182
"license_files": [

0 commit comments

Comments
 (0)