File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,12 @@ Text string that is a valid SPDX
259259as specified in :doc: `/specifications/license-expression `.
260260Tools SHOULD validate and perform case normalization of the expression.
261261
262+ This key should **only ** be specified if the license expression for any
263+ and all distribution files created by a build backend using the
264+ :file: `pyproject.toml ` is the same as the one specified. If the license
265+ expression will differ then it should either be specified as dynamic or
266+ not set at all.
267+
262268Legacy specification
263269''''''''''''''''''''
264270
@@ -540,5 +546,8 @@ History
540546- December 2024: The ``license `` key was redefined, the ``license-files `` key was
541547 added and ``License:: `` classifiers were deprecated through :pep: `639 `.
542548
549+ - September 2025: Clarity that the ``license `` key applies to all distribution
550+ files generated from the :file: `pyproject.toml ` file.
551+
543552
544553.. _TOML : https://toml.io
You can’t perform that action at this time.
0 commit comments