We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb2516 commit 7a8c7dcCopy full SHA for 7a8c7dc
src/validate_pyproject/formats.py
@@ -382,8 +382,8 @@ def int(value: builtins.int) -> bool:
382
from packaging import licenses as _licenses
383
384
def SPDX(value: str) -> bool:
385
- """See ``license`` in the :ref:`PyPA's pyproject project metadata specification
386
- <pypa:pyproject-project-table>` (amended in :pep:`639`).
+ """See :ref:`PyPA's License-Expression specification
+ <pypa:core-metadata-license-expression>` (added in :pep:`639`).
387
"""
388
try:
389
_licenses.canonicalize_license_expression(value)
0 commit comments