Skip to content

Commit

Permalink
Fix incorrect PEP reference in news entry for 69.0.0
Browse files Browse the repository at this point in the history
The entry referenced PEP 612 (Parameter Specification Variables), but it
should have referenced PEP 621 (Storing project metadata in
pyproject.toml) instead.
  • Loading branch information
aphedges committed Nov 22, 2023
1 parent 4f6449f commit 907487d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Deprecations and Removals
- Added strict enforcement for ``project.dynamic`` in ``pyproject.toml``.
This removes the transitional ability of users configuring certain parameters
via ``setup.py`` without making the necessary changes to ``pyproject.toml``
(as mandated by :pep:`612`). (#4066)
(as mandated by :pep:`621`). (#4066)
- Removed handling of ``--config-settings["--build-option"]`` in ``setuptools.build_meta``
from build-backend API hooks *other than* ``build_wheel``.
This was motivate by `errors caused when passing this option
Expand Down

0 comments on commit 907487d

Please sign in to comment.