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
2 changes: 1 addition & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Deprecations and Removals
- Deprecated ``project.license`` as a TOML table in
``pyproject.toml``\. Users are expected to move towards using
``project.license-files`` and/or SPDX expressions (as strings) in
``pyproject.license``\.
``project.license``\.
See PEP :pep:`639 <639#deprecate-license-key-table-subkeys>`. (#4840)
- Added simple validation for given glob patterns in ``license-files``\:
a warning will be generated if no file is matched.
Expand Down
Loading