Skip to content

Commit 5c07baa

Browse files
committed
.
1 parent c39b1be commit 5c07baa

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
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: 37f89c1
2+
_commit: b3bc450
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: cppjswasm

js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
"@playwright/test": "^1.56.1",
5353
"@prospective.co/procss": "^0.1.17",
5454
"cpy": "^12.1.0",
55-
"esbuild": "^0.27.0",
55+
"esbuild": "^0.27.2",
5656
"esbuild-plugin-less": "^1.3.35",
5757
"http-server": "^14.1.1",
5858
"nodemon": "^3.1.10",
5959
"npm-run-all": "^4.1.5",
60-
"prettier": "^3.7.4",
60+
"prettier": "^3.8.1",
6161
"typescript": "^5.9.3"
6262
}
6363
}

pyproject.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -158,20 +158,17 @@ libraries = [
158158
[tool.hatch.build.targets.sdist]
159159
packages = [
160160
"python_template_cppjswasm",
161-
"/js",
162-
"/cpp",
163-
]
164-
sources = [
165-
".",
161+
"cpp",
162+
"js",
166163
]
167164

168165
[tool.hatch.build.targets.wheel]
169166
packages = [
170167
"python_template_cppjswasm",
171168
]
172169
exclude = [
173-
"/js",
174-
"/cpp",
170+
"js",
171+
"cpp",
175172
]
176173

177174
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)