From d9ab1dbdb7593e0bf5175bb4460d0bb6bc80faa3 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Fri, 14 Feb 2025 15:16:45 -0600 Subject: [PATCH] Use "Source" instead of "Repository" in PyPI links --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a1be869b..2b13b2c8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"