Skip to content

Commit

Permalink
Try artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Sep 29, 2022
1 parent 6728107 commit 60039ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,15 @@ source = "code"
[tool.hatch.build]
artifacts = [
"voila/labextension",
"share/jupyter/voila/templates"
]

[tool.hatch.build.targets.wheel.shared-data]
"etc/jupyter" = "etc/jupyter"
"voila/static" = "share/jupyter/nbextensions/voila"
"voila/labextension" = "share/jupyter/labextensions/@voila-dashboards/jupyterlab-preview"
"install.json" = "share/jupyter/labextensions/@voila-dashboards/jupyterlab-preview/install.json"
"share/jupyter/voila/templates/base" = "share/jupyter/voila/templates/base"
"share/jupyter/voila/templates/classic" = "share/jupyter/voila/templates/classic"
"share/jupyter/voila/templates/lab" = "share/jupyter/voila/templates/lab"
"share/jupyter/voila/templates/reveal" = "share/jupyter/voila/templates/reveal"
"share/jupyter/voila/templates" = "share/jupyter/voila/templates"

[tool.hatch.build.targets.sdist]
exclude = [
Expand Down

0 comments on commit 60039ba

Please sign in to comment.