Skip to content

Commit 604adcf

Browse files
authored
Improve project URLs that display on PyPI (#374)
1 parent b4fee44 commit 604adcf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ content-type = "text/plain"
3939

4040
[project.urls]
4141
Homepage = "https://jupyter.org"
42+
Changelog = "https://github.com/jupyter/nbformat/blob/main/CHANGELOG.md"
43+
Documentation = "https://nbformat.readthedocs.io/"
44+
Repository = "https://github.com/jupyter/nbformat.git"
45+
4246

4347
[project.optional-dependencies]
4448
docs = [

0 commit comments

Comments
 (0)