Skip to content

Commit

Permalink
Use better link target
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Nov 9, 2024
1 parent 4eb2516 commit 7a8c7dc
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 ``license`` in the :ref:`PyPA's pyproject project metadata specification
<pypa:pyproject-project-table>` (amended in :pep:`639`).
"""See :ref:`PyPA's License-Expression specification
<pypa:core-metadata-license-expression>` (added in :pep:`639`).
"""
try:
_licenses.canonicalize_license_expression(value)
Expand Down

0 comments on commit 7a8c7dc

Please sign in to comment.