Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions peps/pep-0751.rst
Original file line number Diff line number Diff line change
Expand Up @@ -547,15 +547,21 @@ other is disallowed.
------------------

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


``[tool]``
==========

- Optional
- Same usage as that of the equivalent table from the
- Table
- Same usage as that of the equivalent ``[tool]`` table from the
`pyproject.toml specification`_.


Expand Down