Skip to content

Commit

Permalink
Update project.urls in pyproject.toml (#6844)
Browse files Browse the repository at this point in the history
## Summary

Resolves #6817

Updated `[project.urls]` in `pyproject.toml`
* Updated "Document"
* Added "Changelog" and "Releases"
  • Loading branch information
cning112 authored Aug 30, 2024
1 parent 8674968 commit 52bc93e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 52bc93e

Please sign in to comment.