Skip to content

Commit 6c45c52

Browse files
candleindarkclaude
authored andcommitted
Configure default Hatch environment to use uv installer
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3725ccc commit 6c45c52

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ all = [
5858
"dandischema[test]",
5959
]
6060

61+
[tool.hatch.envs.default]
62+
installer = "uv"
63+
python = "3.10"
64+
6165
[tool.setuptools.packages.find]
6266
namespaces = true
6367
include = ["dandischema*"]

0 commit comments

Comments
 (0)