Skip to content

Commit 2e47611

Browse files
authored
Document package = false in pyproject.toml (#277)
1 parent de3860c commit 2e47611

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ build-backend = "hatchling.build"
7272

7373
[tool.uv]
7474
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
7578

7679
[tool.mypy]
7780
ignore_missing_imports = true

0 commit comments

Comments
 (0)