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"