Skip to content

Commit e4f97de

Browse files
authored
Add URLs to pyproject.toml files (#491)
1 parent 7a3986a commit e4f97de

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

projects/jupyter-collaboration-ui/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ dynamic = ["version"]
3636
[project.urls]
3737
Documentation = "https://jupyterlab-realtime-collaboration.readthedocs.io/"
3838
Repository = "https://github.com/jupyterlab/jupyter-collaboration"
39+
Changelog = "https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/changelog.html"
40+
Source = "https://github.com/jupyterlab/jupyter-collaboration/tree/main/packages/collaboration-extension"
41+
Issues = "https://github.com/jupyterlab/jupyter-collaboration/issues/new/choose"
3942

4043
[tool.hatch.version]
4144
path = "jupyter_collaboration_ui/_version.py"

projects/jupyter-collaboration/pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ dependencies = [
3636
"jupyterlab>=4.4.0,<5.0.0",
3737
]
3838

39+
[project.urls]
40+
Documentation = "https://jupyterlab-realtime-collaboration.readthedocs.io/"
41+
Repository = "https://github.com/jupyterlab/jupyter-collaboration"
42+
Changelog = "https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/changelog.html"
43+
Source = "https://github.com/jupyterlab/jupyter-collaboration/tree/main/projects/jupyter-collaboration"
44+
Issues = "https://github.com/jupyterlab/jupyter-collaboration/issues/new/choose"
45+
3946
[tool.hatch.version]
4047
path = "jupyter_collaboration/_version.py"
4148

projects/jupyter-docprovider/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ dynamic = ["version"]
3636
[project.urls]
3737
Documentation = "https://jupyterlab-realtime-collaboration.readthedocs.io/"
3838
Repository = "https://github.com/jupyterlab/jupyter-collaboration"
39+
Changelog = "https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/changelog.html"
40+
Source = "https://github.com/jupyterlab/jupyter-collaboration/tree/main/packages/docprovider-extension"
41+
Issues = "https://github.com/jupyterlab/jupyter-collaboration/issues/new/choose"
3942

4043
[tool.hatch.version]
4144
path = "jupyter_docprovider/_version.py"

projects/jupyter-server-ydoc/pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ dependencies = [
3838
]
3939
dynamic = ["version"]
4040

41+
[project.urls]
42+
Documentation = "https://jupyterlab-realtime-collaboration.readthedocs.io/"
43+
Repository = "https://github.com/jupyterlab/jupyter-collaboration"
44+
Changelog = "https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/changelog.html"
45+
Source = "https://github.com/jupyterlab/jupyter-collaboration/tree/main/projects/jupyter-server-ydoc"
46+
Issues = "https://github.com/jupyterlab/jupyter-collaboration/issues/new/choose"
47+
4148
[project.optional-dependencies]
4249
test = [
4350
"coverage",

0 commit comments

Comments
 (0)