From a48eb021b54ac8b06f3b37d033dafc8308354222 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Wed, 16 Aug 2023 18:18:50 +0200 Subject: [PATCH] Try to include labextension dir in wheel --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ecd03c0..e2ff90a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"