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 e0583c3 commit e407836Copy full SHA for e407836
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 5c63cb2
+_commit: 42057e0
3
_src_path: https://github.com/python-project-templates/base.git
4
add_extension: js
5
email: [email protected]
pyproject.toml
@@ -111,7 +111,9 @@ exclude = [
111
112
[tool.hatch.build.targets.wheel]
113
packages = ["python_template_js"]
114
-exclude = ["js"]
+exclude = [
115
+ "/js"
116
+]
117
118
[tool.hatch.build.hooks.jupyter-builder]
119
build-function = "hatch_jupyter_builder.npm_builder"
0 commit comments