Skip to content

Commit 01a9140

Browse files
authored
Merge pull request #559 from seapagan/modernize-build-backend
migrate to uv's own build backend from hatch
2 parents 4ca352b + f834d52 commit 01a9140

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,12 @@ documentation = "https://py-maker.seapagan.net"
7979
pymaker = "py_maker.main:app"
8080

8181
[build-system]
82-
requires = ["hatchling"]
83-
build-backend = "hatchling.build"
82+
requires = ["uv_build>=0.9.9,<0.10.0"]
83+
build-backend = "uv_build"
8484

85-
[tool.hatch.build.targets.wheel]
86-
packages = ["py_maker"]
85+
[tool.uv.build-backend]
86+
module-name = "py_maker"
87+
module-root = ""
8788

8889
# Configure dev dependencies
8990
[tool.poe.tasks]

0 commit comments

Comments
 (0)