From 5a6258b9a2a90a18bdd821e093b984779d875ce2 Mon Sep 17 00:00:00 2001 From: John-Sharples Date: Fri, 20 Sep 2024 01:09:51 +0000 Subject: [PATCH] 461: remove email from prackagemetadata --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 651f426d..710455e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "metplotpy" dynamic = ["version", "dependencies"] description = "plotting package for METplus" authors = [ - {name = "METplus", email = "met-help@ucar.edu"}, + {name = "METplus"}, ] requires-python = ">=3.10.4" readme = "README.md"