Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Nov 9, 2024
1 parent 216c446 commit 4eb2516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/validate_pyproject/formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,8 @@ def int(value: builtins.int) -> bool:
from packaging import licenses as _licenses

def SPDX(value: str) -> bool:
"""See :ref:`PyPA's license specifiers <pypa:#license>`
(amended in :pep:`639`).
"""See ``license`` in the :ref:`PyPA's pyproject project metadata specification
<pypa:pyproject-project-table>` (amended in :pep:`639`).
"""
try:
_licenses.canonicalize_license_expression(value)
Expand Down

0 comments on commit 4eb2516

Please sign in to comment.