Skip to content

Commit 3a3144f

Browse files
authored
Fix typo: pyproject.license -> project.license (#4931)
2 parents 6ead555 + d751068 commit 3a3144f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Deprecations and Removals
119119
- Deprecated ``project.license`` as a TOML table in
120120
``pyproject.toml``\. Users are expected to move towards using
121121
``project.license-files`` and/or SPDX expressions (as strings) in
122-
``pyproject.license``\.
122+
``project.license``\.
123123
See PEP :pep:`639 <639#deprecate-license-key-table-subkeys>`. (#4840)
124124
- Added simple validation for given glob patterns in ``license-files``\:
125125
a warning will be generated if no file is matched.

0 commit comments

Comments
 (0)