Skip to content
Open
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions source/specifications/core-metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,11 @@ Text string that is a valid SPDX
:term:`license expression <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
Expand Down Expand Up @@ -933,6 +938,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.
Expand Down
Loading