Skip to content

Commit

Permalink
setup.cfg: remove quotes from maintainer and maintainer_email.
Browse files Browse the repository at this point in the history
PyPI complains about invalid email addresses with the quotes.
  • Loading branch information
flit committed Oct 17, 2021
1 parent 118925f commit 80097f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected], [email protected]"
maintainer = Mathias Brossard, Chris Reed
maintainer_email = [email protected], [email protected]
license = Apache 2.0
license_file = LICENSE
classifiers =
Expand Down

0 comments on commit 80097f5

Please sign in to comment.