We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
project.urls
1 parent cb38926 commit 0864ee5Copy full SHA for 0864ee5
pyproject.toml
@@ -115,11 +115,11 @@ docs = [
115
116
117
[project.urls]
118
-"Bug Tracker" = "https://github.com/zarr-developers/zarr-python/issues"
119
-Changelog = "https://zarr.readthedocs.io/en/stable/release-notes.html"
+issues = "https://github.com/zarr-developers/zarr-python/issues"
+changelog = "https://zarr.readthedocs.io/en/stable/release-notes.html"
120
Discussions = "https://github.com/zarr-developers/zarr-python/discussions"
121
-Documentation = "https://zarr.readthedocs.io/"
122
-Homepage = "https://github.com/zarr-developers/zarr-python"
+documentation = "https://zarr.readthedocs.io/"
+homepage = "https://github.com/zarr-developers/zarr-python"
123
124
[dependency-groups]
125
dev = [
0 commit comments