File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed
Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 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
44add_docs : true
55add_extension : cppjswasm
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change @@ -158,20 +158,17 @@ libraries = [
158158[tool .hatch .build .targets .sdist ]
159159packages = [
160160 " python_template_cppjswasm" ,
161- " /js" ,
162- " /cpp" ,
163- ]
164- sources = [
165- " ." ,
161+ " cpp" ,
162+ " js" ,
166163]
167164
168165[tool .hatch .build .targets .wheel ]
169166packages = [
170167 " python_template_cppjswasm" ,
171168]
172169exclude = [
173- " / js" ,
174- " / cpp" ,
170+ " js" ,
171+ " cpp" ,
175172]
176173
177174[tool .pytest .ini_options ]
You can’t perform that action at this time.
0 commit comments