Use "Source" instead of "Repository" in PyPI links

This commit is contained in:
Zanie Blue 2025-02-14 15:16:45 -06:00
parent 2803e6fc5f
commit d9ab1dbdb7

View file

@ -33,7 +33,7 @@ classifiers = [
readme = "README.md"
[project.urls]
Repository = "https://github.com/astral-sh/uv"
Source = "https://github.com/astral-sh/uv"
Documentation = "https://docs.astral.sh/uv"
Changelog = "https://github.com/astral-sh/uv/blob/main/CHANGELOG.md"
Releases = "https://github.com/astral-sh/uv/releases"