We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
package = false
1 parent de3860c commit 2e47611Copy full SHA for 2e47611
pyproject.toml
@@ -72,6 +72,9 @@ build-backend = "hatchling.build"
72
73
[tool.uv]
74
default-groups = "all"
75
+# Non-package applications can uncomment the following line and delete [build-system] section to
76
+# avoid being built or installed: https://docs.astral.sh/uv/reference/settings/#package
77
+#package = false
78
79
[tool.mypy]
80
ignore_missing_imports = true
0 commit comments