Skip to content

Commit 2b13449

Browse files
authored
Merge pull request #1900 from brettcannon/license-expression-distribution
Clarify that the ``License-Expression`` field applies to the containing distribution file, not the project itself
2 parents 53b6a42 + 7253472 commit 2b13449

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/specifications/core-metadata.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,12 @@ Text string that is a valid SPDX
483483
:term:`license expression <License Expression>`,
484484
as specified in :doc:`/specifications/license-expression`.
485485

486+
Note that the expression in this field only applies to the
487+
:term:`Distribution Archive` containing the metadata with this field (e.g.,
488+
:term:`Source Distribution <Source Distribution (or "sdist")>` or :term:`Wheel`),
489+
not the project overall or other files related to the project (including other
490+
distribution archives).
491+
486492
Examples::
487493

488494
License-Expression: MIT
@@ -933,6 +939,9 @@ Example::
933939
History
934940
=======
935941

942+
- October 2025: Clarified that ``License-Expression`` applies to the containing
943+
distribution file and not the project itself.
944+
936945
- August 2025: Clarified that ``Dynamic`` only affects how fields
937946
must be treated when building a wheel from a sdist, not when modifying
938947
a wheel.

0 commit comments

Comments
 (0)