Skip to content

Commit ff99ae8

Browse files
authored
Merge pull request #34 from python-project-templates/copier-update-2025-06-22T05-15-41
Update from copier (2025-06-22T05:15:41)
2 parents e0583c3 + e407836 commit ff99ae8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 5c63cb2
2+
_commit: 42057e0
33
_src_path: https://github.com/python-project-templates/base.git
44
add_extension: js
55

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ exclude = [
111111

112112
[tool.hatch.build.targets.wheel]
113113
packages = ["python_template_js"]
114-
exclude = ["js"]
114+
exclude = [
115+
"/js"
116+
]
115117

116118
[tool.hatch.build.hooks.jupyter-builder]
117119
build-function = "hatch_jupyter_builder.npm_builder"

0 commit comments

Comments
 (0)