We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cadeb6 commit 1c2467eCopy full SHA for 1c2467e
1 file changed
source/guides/writing-pyproject-toml.rst
@@ -180,7 +180,7 @@ an email address.
180
{email = "different.person@example.com"},
181
]
182
maintainers = [
183
- {name = "Brett Cannon", email = "brett@python.org"}
+ {name = "Brett Cannon", email = "brett@example.com"}
184
185
186
@@ -329,7 +329,7 @@ A full example
329
330
331
332
333
334
description = "Lovely Spam! Wonderful Spam!"
335
readme = "README.rst"
0 commit comments