Skip to content

Commit 1cdc97b

Browse files
JacobCoffeeclaude
andcommitted
build: switch to uv_build backend
Use uv's native build backend instead of hatchling for better integration with uv tooling and improved build performance. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e3bd660 commit 1cdc97b

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

pyproject.toml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,5 @@ Changelog = "https://github.com/JacobCoffee/bunenv/releases"
4242
bunenv = "bunenv:main"
4343

4444
[build-system]
45-
requires = ["hatchling"]
46-
build-backend = "hatchling.build"
47-
48-
[tool.hatch.build.targets.wheel]
49-
packages = ["src/bunenv"]
50-
51-
[tool.hatch.build.targets.sdist]
52-
include = [
53-
"/src",
54-
"/README.md",
55-
"/LICENSE",
56-
]
45+
requires = ["uv_build>=0.9.11,<0.10.0"]
46+
build-backend = "uv_build"

0 commit comments

Comments
 (0)