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 216c446 commit 4eb2516Copy full SHA for 4eb2516
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 :ref:`PyPA's license specifiers <pypa:#license>`
386
- (amended in :pep:`639`).
+ """See ``license`` in the :ref:`PyPA's pyproject project metadata specification
+ <pypa:pyproject-project-table>` (amended in :pep:`639`).
387
"""
388
try:
389
_licenses.canonicalize_license_expression(value)
0 commit comments