8000 DOC: Use lower case for PyPI release notes link · Python-Repository-Hub/numpy@f4530c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit f4530c5

Browse files
committed
DOC: Use lower case for PyPI release notes link
1 parent 5107084 commit f4530c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ documentation = "https://numpy.org/doc/"
6666
source = "https://github.com/numpy/numpy"
6767
download = "https://pypi.org/project/numpy/#files"
6868
tracker = "https://github.com/numpy/numpy/issues"
69-
"Release Notes" = "https://numpy.org/doc/stable/release"
69+
"release notes" = "https://numpy.org/doc/stable/release"
7070

7171
[tool.towncrier]
7272
# Do no set this since it is hard to import numpy inside the source directory

0 commit comments

Comments
 (0)
0