PEP 621: Cosmetic updates (#1459)
A typo fix, and change email in example to a functional one.
This commit is contained in:
parent
5d2dc3fb23
commit
30592da944
|
@ -348,7 +348,7 @@ group. Its format is the same as ``[project.scripts]``.
|
||||||
|
|
||||||
The ``[project.entry-points]`` table is a collection of tables. Each
|
The ``[project.entry-points]`` table is a collection of tables. Each
|
||||||
sub-table's name is an entry point group. The key and value semantics
|
sub-table's name is an entry point group. The key and value semantics
|
||||||
are the same as ``[project.scripts]``. Users MUST not create
|
are the same as ``[project.scripts]``. Users MUST NOT create
|
||||||
nested sub-tables but instead keep the entry point groups to only one
|
nested sub-tables but instead keep the entry point groups to only one
|
||||||
level deep.
|
level deep.
|
||||||
|
|
||||||
|
@ -427,7 +427,7 @@ Example
|
||||||
keywords = ["egg", "bacon", "sausage", "tomatoes", "Lobster Thermidor"]
|
keywords = ["egg", "bacon", "sausage", "tomatoes", "Lobster Thermidor"]
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Brett Cannon", email = "brett@python.org"},
|
{name = "Brett Cannon", email = "brett@python.org"},
|
||||||
{email = "oss@pradyunsg.me"},
|
{email = "hi@pradyunsg.me"},
|
||||||
{name = "Tzu-Ping Chung"}
|
{name = "Tzu-Ping Chung"}
|
||||||
]
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
@ -615,7 +615,7 @@ value types.
|
||||||
|
|
||||||
Backfilling trove classifiers SHOULD occur instead of MAY happen
|
Backfilling trove classifiers SHOULD occur instead of MAY happen
|
||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
Originally this PEP said that toosl SHOULD backfill appropriate trove classifiers.
|
Originally this PEP said that tools SHOULD backfill appropriate trove classifiers.
|
||||||
This was changed to say it MAY occur to emphasize it was entirely optional for
|
This was changed to say it MAY occur to emphasize it was entirely optional for
|
||||||
build back-ends to implement.
|
build back-ends to implement.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue