Skip to content

Commit

Permalink
Fix server config
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jan 10, 2023
1 parent d72b338 commit 92b6753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ exclude = [".github", "binder"]
[tool.hatch.build.targets.wheel.shared-data]
"jupyterlab_link_share/labextension" = "share/jupyter/labextensions/jupyterlab-link-share"
"install.json" = "share/jupyter/labextensions/jupyterlab-link-share/install.json"
"jupyter-config/server-config" = "etc/jupyter/jupyter_server_config.d"
"jupyter-config/nb-config" = "etc/jupyter/jupyter_notebook_config.d"
"jupyter-config/jupyter_server_config.d" = "etc/jupyter/jupyter_server_config.d"
"jupyter-config/jupyter_notebook_config.d" = "etc/jupyter/jupyter_notebook_config.d"

[tool.hatch.build.hooks.version]
path = "jupyterlab_link_share/_version.py"
Expand Down

0 comments on commit 92b6753

Please sign in to comment.