We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a77af2 + 4fc2836 commit 42057e0Copy full SHA for 42057e0
js/pyproject.toml.jinja
@@ -111,7 +111,9 @@ exclude = [
111
112
[tool.hatch.build.targets.wheel]
113
packages = ["{{module}}"]
114
-exclude = ["js"]
+exclude = [
115
+ "/js"
116
+]
117
118
[tool.hatch.build.hooks.jupyter-builder]
119
build-function = "hatch_jupyter_builder.npm_builder"
jupyter/pyproject.toml.jinja
@@ -118,7 +118,9 @@ exclude = [
120
121
122
123
124
125
[tool.hatch.build.targets.wheel.shared-data]
126
"{{module}}/labextension" = "share/jupyter/labextensions/{{module}}"
0 commit comments