PEP 621, 668: Fix name spelling (#3176)

This commit is contained in:
Hugo van Kemenade 2023-06-21 12:52:31 +03:00 committed by GitHub
parent e923c2a17d
commit 4b35f2cda9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -469,7 +469,7 @@ Example
keywords = ["egg", "bacon", "sausage", "tomatoes", "Lobster Thermidor"] keywords = ["egg", "bacon", "sausage", "tomatoes", "Lobster Thermidor"]
authors = [ authors = [
{email = "hi@pradyunsg.me"}, {email = "hi@pradyunsg.me"},
{name = "Tzu-Ping Chung"} {name = "Tzu-ping Chung"}
] ]
maintainers = [ maintainers = [
{name = "Brett Cannon", email = "brett@python.org"} {name = "Brett Cannon", email = "brett@python.org"}

View File

@ -4,7 +4,7 @@ Author: Geoffrey Thomas <geofft@ldpreload.com>,
Matthias Klose <doko@ubuntu.com>, Matthias Klose <doko@ubuntu.com>,
Filipe Laíns <lains@riseup.net>, Filipe Laíns <lains@riseup.net>,
Donald Stufft <donald@stufft.io>, Donald Stufft <donald@stufft.io>,
Tzu-Ping Chung <uranusjr@gmail.com>, Tzu-ping Chung <uranusjr@gmail.com>,
Stefano Rivera <stefanor@debian.org>, Stefano Rivera <stefanor@debian.org>,
Elana Hashman <ehashman@debian.org>, Elana Hashman <ehashman@debian.org>,
Pradyun Gedam <pradyunsg@gmail.com> Pradyun Gedam <pradyunsg@gmail.com>