Skip to content

Commit d072012

Browse files
authored
Merge branch 'main' into rmg/ArrayNotFoundError
2 parents 424de03 + 0864ee5 commit d072012

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)