Skip to content

Commit 76c056c

Browse files
committed
tool.uv package = false
As seen in pydantic-core
1 parent f61d5fc commit 76c056c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -241,3 +241,7 @@ generate-setup-file = true
241241
[build-system]
242242
build-backend = "poetry.core.masonry.api"
243243
requires = ["poetry-core>=1.0.0", "setuptools", "wheel", "setuptools-rust"]
244+
245+
[tool.uv]
246+
# Prevent uv commands from building the package by default
247+
package = false

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)