File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ Homepage = "https://github.com/bqplot/bqplot-gl"
4747
4848[tool .hatch .build ]
4949artifacts = [
50- " bqplot_gl/nbextension/static/ index.*" ,
50+ " bqplot_gl/nbextension/index.*" ,
5151 " bqplot_gl/labextension" ,
5252]
5353
5454[tool .hatch .build .targets .wheel .shared-data ]
55- "bqplot_gl/nbextension/static " = " share/jupyter/nbextensions/bqplot-gl"
55+ "bqplot_gl/nbextension" = " share/jupyter/nbextensions/bqplot-gl"
5656"bqplot_gl/labextension" = " share/jupyter/labextensions/bqplot-gl"
5757"bqplot-gl.json" = " etc/jupyter/nbconfig/notebook.d/bqplot-gl.json"
5858
@@ -63,7 +63,7 @@ exclude = [
6363
6464[tool .hatch .build .hooks .jupyter-builder ]
6565ensured-targets = [
66- " bqplot_gl/nbextension/static/ index.js" ,
66+ " bqplot_gl/nbextension/index.js" ,
6767 " bqplot_gl/labextension/package.json" ,
6868]
6969dependencies = [
You can’t perform that action at this time.
0 commit comments