8000 DOC: add release notes link to PyPI. · Python-Repository-Hub/numpy@9863e66 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 9863e66

Browse files
authored
DOC: add release notes link to PyPI.
1 parent 1efe554 commit 9863e66

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +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"
6970

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

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ def setup_package():
513513
project_urls={
514514
"Bug Tracker": "https://github.com/numpy/numpy/issues",
515515
"Documentation": get_docs_url(),
516+
"Release Notes" = "https://numpy.org/doc/stable/release",
516517
"Source Code": "https://github.com/numpy/numpy",
517518
},
518519
license='BSD-3-Clause',

0 commit comments

Comments
 (0)
0