From 52bc93e6854e950869d1af6f4ff9ecbe0bd5a9d4 Mon Sep 17 00:00:00 2001 From: Chao Ning Date: Fri, 30 Aug 2024 13:52:54 +0100 Subject: [PATCH] Update project.urls in pyproject.toml (#6844) ## Summary Resolves #6817 Updated `[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 fac651a1e..01519c76c 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"