Skip to content

Commit 8495728

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

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,6 @@ classifiers = [
3030
"License :: OSI Approved :: BSD License",
3131
"Programming Language :: Python",
3232
]
33-
urls = {Homepage = "https://ipython.org"}
3433
requires-python = ">=3.10"
3534
dependencies = [
3635
"decorator",
@@ -45,6 +44,13 @@ dependencies = [
4544
"tqdm",
4645
]
4746

47+
[project.urls]
48+
Homepage = "https://ipython.org"
49+
Documentation = "https://ipyparallel.readthedocs.io"
50+
Source = "https://github.com/ipython/ipyparallel"
51+
Issues = "https://github.com/ipython/ipyparallel/issues"
52+
Changelog = "https://github.com/ipython/ipyparallel/blob/main/docs/source/changelog.md"
53+
4854
[project.entry-points."ipyparallel.controller_launchers"]
4955
batch = "ipyparallel.cluster.launcher:BatchControllerLauncher"
5056
htcondor = "ipyparallel.cluster.launcher:HTCondorControllerLauncher"

0 commit comments

Comments
 (0)