File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,7 @@ source = "code"
71
71
72
72
[tool .hatch .build .targets .wheel .shared-data ]
73
73
"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"
76
75
"jupyter-config/jupyter_server_config.d" = " etc/jupyter/jupyter_server_config.d"
77
76
78
77
@@ -95,6 +94,8 @@ install-pre-commit-hook = true
95
94
[tool .hatch .build .hooks .jupyter-builder .build-kwargs ]
96
95
build_cmd = " build:prod"
97
96
editable_build_cmd = " build"
97
+ source_dir = " packages"
98
+ build_dir = " notebook/static"
98
99
npm = " jlpm"
99
100
100
101
[tool .pytest .ini_options ]
You can’t perform that action at this time.
0 commit comments