We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8856c0 commit 86d1e7cCopy full SHA for 86d1e7c
pyproject.toml
@@ -71,6 +71,11 @@ licenses = [
71
requires = ["uv_build>=0.8.0,<0.9.0"]
72
build-backend = "uv_build"
73
74
+# For non-src directory projects, explicitly set top level model name:
75
+#[tool.uv.build-backend]
76
+#module-name = "my-app"
77
+#module-root = ""
78
+
79
[tool.uv]
80
default-groups = "all"
81
# Non-package applications can uncomment the following line and delete [build-system] section to
0 commit comments