Skip to content

Commit

Permalink
add shared-data to enable extension on install
Browse files Browse the repository at this point in the history
  • Loading branch information
RRosio committed Nov 20, 2024
1 parent 098a518 commit ff692d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ exclude = [".github", "binder"]
[tool.hatch.build.targets.wheel.shared-data]
"jupyter_fsspec/labextension" = "share/jupyter/labextensions/jupyterFsspec"
"install.json" = "share/jupyter/labextensions/jupyterFsspec/install.json"
"jupyter-config/server-config" = "etc/jupyter/jupyter_server_config.d"

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

0 comments on commit ff692d9

Please sign in to comment.