From 84957286513041553b13678bcc902f349d4f32df Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Tue, 19 May 2026 19:06:59 +0200 Subject: [PATCH] Fix: PyPi sidebar links --- pyproject.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00a79b69..da4494b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,6 @@ classifiers = [ "License :: OSI Approved :: BSD License", "Programming Language :: Python", ] -urls = {Homepage = "https://ipython.org"} requires-python = ">=3.10" dependencies = [ "decorator", @@ -45,6 +44,13 @@ dependencies = [ "tqdm", ] +[project.urls] +Homepage = "https://ipython.org" +Documentation = "https://ipyparallel.readthedocs.io" +Source = "https://github.com/ipython/ipyparallel" +Issues = "https://github.com/ipython/ipyparallel/issues" +Changelog = "https://github.com/ipython/ipyparallel/blob/main/docs/source/changelog.md" + [project.entry-points."ipyparallel.controller_launchers"] batch = "ipyparallel.cluster.launcher:BatchControllerLauncher" htcondor = "ipyparallel.cluster.launcher:HTCondorControllerLauncher"