We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca352b commit f834d52Copy full SHA for f834d52
pyproject.toml
@@ -79,11 +79,12 @@ documentation = "https://py-maker.seapagan.net"
79
pymaker = "py_maker.main:app"
80
81
[build-system]
82
-requires = ["hatchling"]
83
-build-backend = "hatchling.build"
+requires = ["uv_build>=0.9.9,<0.10.0"]
+build-backend = "uv_build"
84
85
-[tool.hatch.build.targets.wheel]
86
-packages = ["py_maker"]
+[tool.uv.build-backend]
+module-name = "py_maker"
87
+module-root = ""
88
89
# Configure dev dependencies
90
[tool.poe.tasks]
0 commit comments