Skip to content

Commit ef3f861

Browse files
committed
debug
1 parent f6146a3 commit ef3f861

File tree

2 files changed

+518
-518
lines changed

2 files changed

+518
-518
lines changed

pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,20 @@ exclude = [
6161
".github",
6262
]
6363

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/**/*",
7474

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+
# ]
7878

7979

8080
[tool.hatch.build.hooks.jupyter-builder]

0 commit comments

Comments
 (0)