Skip to content

Commit 1090aa6

Browse files
committed
Add Source to project.urls table
1 parent 33d9adb commit 1090aa6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ file = 'LICENSE.txt'
5050

5151
[project.urls]
5252
Homepage = 'https://numpydoc.readthedocs.io'
53+
Source = 'https://github.com/numpy/numpydoc/'
5354

5455
[project.optional-dependencies]
5556
doc = [

tools/pyproject.toml.in

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ email = "[email protected]"
4040

4141
[project.urls]
4242
Homepage = "https://numpydoc.readthedocs.io"
43+
Source = "https://github.com/numpy/numpydoc/"
4344

4445
[project.optional-dependencies]
4546

0 commit comments

Comments
 (0)