From 80097f50e6e38e61e204b595a5cf39ef4f173f78 Mon Sep 17 00:00:00 2001 From: Chris Reed Date: Sun, 17 Oct 2021 15:14:22 -0500 Subject: [PATCH] setup.cfg: remove quotes from maintainer and maintainer_email. PyPI complains about invalid email addresses with the quotes. --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 345f7f1e0..72855d608 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,8 +4,8 @@ description = Python manager for CMSIS-Pack index and cache with fast Rust backe long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/pyocd/cmsis-pack-manager -maintainer = "Mathias Brossard, Chris Reed" -maintainer_email = "mathias.brossard@arm.com, flit@me.com" +maintainer = Mathias Brossard, Chris Reed +maintainer_email = mathias.brossard@arm.com, flit@me.com license = Apache 2.0 license_file = LICENSE classifiers =