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.
uv_build
1 parent e9f43e2 commit 00d1386Copy full SHA for 00d1386
1 file changed
pyproject.toml
@@ -42,14 +42,12 @@ dependencies = [
42
api-admin = "app.api_admin:app"
43
44
[build-system]
45
-requires = ["hatchling"]
46
-build-backend = "hatchling.build"
+requires = ["uv_build>=0.11.14,<0.12.0"]
+build-backend = "uv_build"
47
48
-[tool.hatch.build.targets.sdist]
49
-packages = ["app"]
50
-
51
-[tool.hatch.build.targets.wheel]
52
+[tool.uv.build-backend]
+module-root = ""
+module-name = "app"
53
54
[dependency-groups]
55
dev = [
0 commit comments