From d751068fd2627d6d8f1729e39cbcd8119049998f Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 31 Mar 2025 22:42:14 +0300 Subject: [PATCH] Fix typo: pyproject.license -> project.license --- NEWS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 554caf867c..304263eecd 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -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.