Content-Length: 286216 | pFad | http://github.com/python-project-templates/base/commit/4fc2836465bfa36171e101991f799cee901f4318
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db48511 commit 4fc2836Copy full SHA for 4fc2836
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}}"
Fetched URL: http://github.com/python-project-templates/base/commit/4fc2836465bfa36171e101991f799cee901f4318
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments