Skip to content

Commit d0509af

Browse files
committed
Use a clearer example in the authors list
This avoids confusion for people who don't know that Pradyun and Tzu-Ping are different humans. :)
1 parent 3684550 commit d0509af

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

source/specifications/declaring-project-metadata.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,10 @@ Example
342342
license = {file = "LICENSE.txt"}
343343
keywords = ["egg", "bacon", "sausage", "tomatoes", "Lobster Thermidor"]
344344
authors = [
345-
{email = "pradyun@example.com"},
346-
{name = "Tzu-Ping Chung"}
345+
{name = "Pradyun Gedam", email = "pradyun@example.com"},
346+
{name = "Tzu-Ping Chung", email = "tzu-ping@example.com"},
347+
{name = "Another person"},
348+
{email = "different.person@example.com"},
347349
]
348350
maintainers = [
349351
{name = "Brett Cannon", email = "brett@python.org"}

0 commit comments

Comments
 (0)