Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb5caa8

Browse files
authored
PEP 715: clarify what [package.tool] is (#3873)
1 parent db2a96f commit cb5caa8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

peps/pep-0751.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -547,15 +547,21 @@ other is disallowed.
547547
------------------
548548

549549
- Optional
550-
- Same usage as that of the equivalent table from the
551-
`pyproject.toml specification`_.
550+
- Table
551+
- Similar usage as that of the ``[tool]`` table from the
552+
`pyproject.toml specification`_ , but at the package version level instead of
553+
at the lock file level (which is also available via ``[tool]``).
554+
- Useful for scoping package version/release details (e.g., recording signing
555+
identities to then use to verify package integrity separately from where the
556+
package is hosted, prototyping future extensions to this file format, etc.).
552557

553558

554559
``[tool]``
555560
==========
556561

557562
- Optional
558-
- Same usage as that of the equivalent table from the
563+
- Table
564+
- Same usage as that of the equivalent ``[tool]`` table from the
559565
`pyproject.toml specification`_.
560566

561567

0 commit comments

Comments
 (0)