File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments