Skip to content

Commit 430ef23

Browse files
henryiiihugovk
andauthored
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 9831c0b commit 430ef23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

peps/pep-0808.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Status: Draft
88
Type: Standards Track
99
Topic: Packaging
1010
Created: 19-Sep-2025
11-
11+
Post-History: `17-Apr-2025 <https://discuss.python.org/t/partially-dynamic-project-metadata-proposal-pre-pep/88608>`__
1212

1313

1414
Abstract
@@ -121,7 +121,7 @@ cases that have come up:
121121
- Adding license files to the wheel based on what libraries are linked in (this
122122
is an active discussion in followup to :pep:`639`).
123123
- Adding SBom's when building - :pep:`770` had to remove the ``pyproject.toml``
124-
field specifically because you _want_ the build tool to add these, so the
124+
field specifically because you *want* the build tool to add these, so the
125125
``[project]`` table setting would be useless, you'd almost never be able to
126126
use it.
127127
- Adding generated modules to ``import-names`` or ``import-namespaces``.

0 commit comments

Comments
 (0)