File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ dynamic = ["version"]
36
36
[project .urls ]
37
37
Documentation = " https://jupyterlab-realtime-collaboration.readthedocs.io/"
38
38
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"
39
42
40
43
[tool .hatch .version ]
41
44
path = " jupyter_collaboration_ui/_version.py"
Original file line number Diff line number Diff line change @@ -36,6 +36,13 @@ dependencies = [
36
36
" jupyterlab>=4.4.0,<5.0.0" ,
37
37
]
38
38
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
+
39
46
[tool .hatch .version ]
40
47
path = " jupyter_collaboration/_version.py"
41
48
Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ dynamic = ["version"]
36
36
[project .urls ]
37
37
Documentation = " https://jupyterlab-realtime-collaboration.readthedocs.io/"
38
38
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"
39
42
40
43
[tool .hatch .version ]
41
44
path = " jupyter_docprovider/_version.py"
Original file line number Diff line number Diff line change @@ -38,6 +38,13 @@ dependencies = [
38
38
]
39
39
dynamic = [" version" ]
40
40
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
+
41
48
[project .optional-dependencies ]
42
49
test = [
43
50
" coverage" ,
You can’t perform that action at this time.
0 commit comments