File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ documentation = "https://numpy.org/doc/"
66
66
source = " https://github.com/numpy/numpy"
67
67
download = " https://pypi.org/project/numpy/#files"
68
68
tracker = " https://github.com/numpy/numpy/issues"
69
+ "Release Notes" = " https://numpy.org/doc/stable/release"
69
70
70
71
[tool .towncrier ]
71
72
# Do no set this since it is hard to import numpy inside the source directory
Original file line number Diff line number Diff line change @@ -513,6 +513,7 @@ def setup_package():
513
513
project_urls = {
514
514
"Bug Tracker" : "https://github.com/numpy/numpy/issues" ,
515
515
"Documentation" : get_docs_url (),
516
+ "Release Notes" = "https://numpy.org/doc/stable/release" ,
516
517
"Source Code" : "https://github.com/numpy/numpy" ,
517
518
},
518
519
license = 'BSD-3-Clause' ,
You can’t perform that action at this time.
0 commit comments