Skip to content

Commit

Permalink
Try to include labextension dir in wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Aug 16, 2023
1 parent f650260 commit a48eb02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ fields = ["description", "authors", "urls"]
artifacts = ["pyviz_comms/labextension"]
exclude = [".github", "binder"]

[tool.hatch.build.targets.wheel]
artifacts = ["pyviz_comms/labextension"]

[tool.hatch.build.targets.wheel.shared-data]
"pyviz_comms/labextension" = "share/jupyter/labextensions/@pyviz/jupyterlab_pyviz"
"install.json" = "share/jupyter/labextensions/@pyviz/jupyterlab_pyviz/install.json"
Expand Down

0 comments on commit a48eb02

Please sign in to comment.