File tree 1 file changed +9
-3
lines changed 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -547,15 +547,21 @@ other is disallowed.
547
547
------------------
548
548
549
549
- 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.).
552
557
553
558
554
559
``[tool] ``
555
560
==========
556
561
557
562
- 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
559
565
`pyproject.toml specification `_.
560
566
561
567
You can’t perform that action at this time.
0 commit comments