Skip to content

Commit 981715c

Browse files
committed
Fix: PyPi sidebar links
1 parent 56e6135 commit 981715c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ classifiers = [
3030
"License :: OSI Approved :: BSD License",
3131
"Programming Language :: Python",
3232
]
33-
urls = {Homepage = "https://ipython.org"}
33+
[project.urls]
34+
Homepage = "https://ipython.org"
35+
Documentation = "https://ipyparallel.readthedocs.io"
36+
Source = "https://github.com/ipython/ipyparallel"
37+
Issues = "https://github.com/ipython/ipyparallel/issues"
38+
Changelog = "https://github.com/ipython/ipyparallel/blob/main/docs/source/changelog.md"
39+
3440
requires-python = ">=3.10"
3541
dependencies = [
3642
"decorator",

0 commit comments

Comments
 (0)