Skip to content

Commit 0864ee5

Browse files
Use PyPA well-known labels under project.urls (#3386)
https://packaging.python.org/en/latest/specifications/well-known-project-urls/#well-known-labels Co-authored-by: Davis Bennett <[email protected]>
1 parent cb38926 commit 0864ee5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ docs = [
115115

116116

117117
[project.urls]
118-
"Bug Tracker" = "https://github.com/zarr-developers/zarr-python/issues"
119-
Changelog = "https://zarr.readthedocs.io/en/stable/release-notes.html"
118+
issues = "https://github.com/zarr-developers/zarr-python/issues"
119+
changelog = "https://zarr.readthedocs.io/en/stable/release-notes.html"
120120
Discussions = "https://github.com/zarr-developers/zarr-python/discussions"
121-
Documentation = "https://zarr.readthedocs.io/"
122-
Homepage = "https://github.com/zarr-developers/zarr-python"
121+
documentation = "https://zarr.readthedocs.io/"
122+
homepage = "https://github.com/zarr-developers/zarr-python"
123123

124124
[dependency-groups]
125125
dev = [

0 commit comments

Comments
 (0)