diff --git a/source/specifications/core-metadata.rst b/source/specifications/core-metadata.rst index c020e1469..68cc4851f 100644 --- a/source/specifications/core-metadata.rst +++ b/source/specifications/core-metadata.rst @@ -483,6 +483,12 @@ Text string that is a valid SPDX :term:`license expression `, as specified in :doc:`/specifications/license-expression`. +Note that the expression in this field only applies to the +:term:`Distribution Archive` containing the metadata with this field (e.g., +:term:`Source Distribution ` or :term:`Wheel`), +not the project overall or other files related to the project (including other +distribution archives). + Examples:: License-Expression: MIT @@ -933,6 +939,9 @@ Example:: History ======= +- October 2025: Clarified that ``License-Expression`` applies to the containing + distribution file and not the project itself. + - August 2025: Clarified that ``Dynamic`` only affects how fields must be treated when building a wheel from a sdist, not when modifying a wheel.