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

Skip to content

PEP 751: clarify what [package.tool] is #3873

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2024
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
Loading