From fa74a108b48866022be1d2063168597a83c77769 Mon Sep 17 00:00:00 2001 From: Chao Ning Date: Fri, 30 Aug 2024 01:21:12 +0100 Subject: [PATCH] Update project.urls in pyproject.toml * Updated "Document" * Added "Changelog" and "Releases" --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fac651a1e823..01519c76c1b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,9 @@ readme = "README.md" [project.urls] Repository = "https://github.com/astral-sh/uv" -Documentation = "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" [tool.maturin] bindings = "bin"