Skip to content

Commit

Permalink
tool.uv package = false
Browse files Browse the repository at this point in the history
As seen in pydantic-core
  • Loading branch information
dandavison committed Feb 16, 2025
1 parent f61d5fc commit 76c056c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,7 @@ generate-setup-file = true
[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0", "setuptools", "wheel", "setuptools-rust"]

[tool.uv]
# Prevent uv commands from building the package by default
package = false
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 76c056c

Please sign in to comment.