We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9abe73 + 3a14d52 commit 0e15200Copy full SHA for 0e15200
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 06be9d8
+_commit: 4f23417
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: false
5
add_extension: js
pyproject.toml
@@ -57,6 +57,8 @@ develop = [
57
"python-magic",
58
"ruff>=0.9,<0.15",
59
"twine",
60
+ "ty",
61
+ "uv",
62
"wheel",
63
# modules
64
"arrow-odbc",
@@ -200,7 +202,7 @@ packages = [
200
202
exclude = [
201
203
"/docs",
204
"/examples",
- "/js"
205
+ "/js",
206
]
207
208
[tool.hatch.build.hooks.hatch-js]
0 commit comments