@@ -61,20 +61,20 @@ exclude = [
61
61
" .github" ,
62
62
]
63
63
64
- # since there is *one* javascript file in the python
65
- # package for the offscreen canvas, we need to include it.
66
- # Therefore we need to specify everything we want to include
67
- include = [
68
- # all python files in the package
69
- " ipycanvas/**/*.py" ,
70
- # all static files in the nbextension
71
- " ipycanvas/nbextension/static/**/*" ,
72
- # all static files in the labextension
73
- " ipycanvas/labextension/**/*" ,
64
+ # # since there is *one* javascript file in the python
65
+ # # package for the offscreen canvas, we need to include it.
66
+ # # Therefore we need to specify everything we want to include
67
+ # include = [
68
+ # # all python files in the package
69
+ # "ipycanvas/**/*.py",
70
+ # # all static files in the nbextension
71
+ # "ipycanvas/nbextension/static/**/*",
72
+ # # all static files in the labextension
73
+ # "ipycanvas/labextension/**/*",
74
74
75
- # the one javascript file for the offscreen canvas
76
- " ipycanvas/offscreen_canvas/js/init.js" ,
77
- ]
75
+ # # the one javascript file for the offscreen canvas
76
+ # "ipycanvas/offscreen_canvas/js/init.js",
77
+ # ]
78
78
79
79
80
80
[tool .hatch .build .hooks .jupyter-builder ]
0 commit comments