Skip to content

Commit f359358

Browse files
committed
Fix nbext path
1 parent e4d375e commit f359358

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ Homepage = "https://github.com/bqplot/bqplot-gl"
4747

4848
[tool.hatch.build]
4949
artifacts = [
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]
6565
ensured-targets = [
66-
"bqplot_gl/nbextension/static/index.js",
66+
"bqplot_gl/nbextension/index.js",
6767
"bqplot_gl/labextension/package.json",
6868
]
6969
dependencies = [

0 commit comments

Comments
 (0)