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:
+3
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user