File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ classifiers = [
3030 " License :: OSI Approved :: BSD License" ,
3131 " Programming Language :: Python" ,
3232]
33- urls = {Homepage = " https://ipython.org" }
3433requires-python = " >=3.10"
3534dependencies = [
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" ]
4955batch = " ipyparallel.cluster.launcher:BatchControllerLauncher"
5056htcondor = " ipyparallel.cluster.launcher:HTCondorControllerLauncher"
You can’t perform that action at this time.
0 commit comments