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"]
3636[project .urls ]
3737Documentation = " https://jupyterlab-realtime-collaboration.readthedocs.io/"
3838Repository = " 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 ]
4144path = " jupyter_collaboration_ui/_version.py"
Original file line number Diff line number Diff 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 ]
4047path = " jupyter_collaboration/_version.py"
4148
Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ dynamic = ["version"]
3636[project .urls ]
3737Documentation = " https://jupyterlab-realtime-collaboration.readthedocs.io/"
3838Repository = " 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 ]
4144path = " jupyter_docprovider/_version.py"
Original file line number Diff line number Diff line change @@ -38,6 +38,13 @@ dependencies = [
3838]
3939dynamic = [" 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 ]
4249test = [
4350 " coverage" ,
You can’t perform that action at this time.
0 commit comments