We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e6135 commit 981715cCopy full SHA for 981715c
1 file changed
pyproject.toml
@@ -30,7 +30,13 @@ classifiers = [
30
"License :: OSI Approved :: BSD License",
31
"Programming Language :: Python",
32
]
33
-urls = {Homepage = "https://ipython.org"}
+[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
+
40
requires-python = ">=3.10"
41
dependencies = [
42
"decorator",
0 commit comments