Skip to content

Commit 6d21dbb

Browse files
Remove Hatch dependency to use uv build
1 parent 8a26d9d commit 6d21dbb

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pyproject.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,9 @@ dev = [
3030
"rich",
3131
]
3232

33-
[tool.hatch.metadata]
34-
allow-direct-references = true
35-
36-
[tool.hatch.build.targets.wheel]
37-
packages = ["src/modern_python_boilerplate"]
38-
3933
[build-system]
40-
requires = ["hatchling"]
41-
build-backend = "hatchling.build"
34+
requires = ["uv_build"]
35+
build-backend = "uv_build"
4236

4337
[project.scripts]
4438
modern_python_boilerplate = "modern_python_boilerplate.main:hello_world"

0 commit comments

Comments
 (0)