Skip to content

Commit fcdb15f

Browse files
committed
clean up config
1 parent a5b7337 commit fcdb15f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ source = "code"
7171

7272
[tool.hatch.build.targets.wheel.shared-data]
7373
"notebook/labextension" = "share/jupyter/labextensions/@jupyter-notebook/lab-extension"
74-
"notebook/schemas" = "share/jupyter/lab/schemas/@jupyter-notebook/schemas"
75-
"install.json" = "share/jupyter/labextensions/@jupyter-notebook/lab-extension/install.json"
74+
"notebook/schemas/@jupyter-notebook" = "share/jupyter/lab/schemas/@jupyter-notebook"
7675
"jupyter-config/jupyter_server_config.d" = "etc/jupyter/jupyter_server_config.d"
7776

7877

@@ -95,6 +94,8 @@ install-pre-commit-hook = true
9594
[tool.hatch.build.hooks.jupyter-builder.build-kwargs]
9695
build_cmd = "build:prod"
9796
editable_build_cmd = "build"
97+
source_dir = "packages"
98+
build_dir = "notebook/static"
9899
npm = "jlpm"
99100

100101
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)