Update project.urls in pyproject.toml (#6844)

## Summary

Resolves #6817

Updated `[project.urls]` in `pyproject.toml`
* Updated "Document"
* Added "Changelog" and "Releases"
This commit is contained in:
Chao Ning
2024-08-30 13:52:54 +01:00
committed by GitHub
parent 8674968a17
commit 52bc93e685
+3 -1
View File
@@ -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"