uv/docs/concepts/projects
Charlie Marsh d4a805544f
Allow users to set package = true on tool.uv.sources (#12014)
## Summary

In https://github.com/astral-sh/uv/issues/11998, a user is attempting to
vendor `pydantic-core`. But when they add `pydantic-core = { path =
"src/foo/vendor/pydantic-core" } `, we're installing it as a virtual
package, since `pydantic-core/pyproject.toml` contains `package =
false`.

This PR allows users to mark dependencies as "explicitly a package" or
"explicitly not a package" (i.e., virtual), as a workaround.

Closes https://github.com/astral-sh/uv/issues/11998.
2025-03-06 18:28:09 +00:00
..
build.md Explain build frontend vs. build backend (#11094) 2025-01-30 19:48:47 +00:00
config.md [Docs] fix readme typo (#11742) 2025-02-24 14:24:43 +01:00
dependencies.md Allow users to set package = true on tool.uv.sources (#12014) 2025-03-06 18:28:09 +00:00
index.md Reorganize the project concept documentation (#9121) 2024-11-19 13:52:12 -06:00
init.md Note that main.py used to be hello.py (#11519) 2025-02-14 21:59:25 +00:00
layout.md Update the "Locking and syncing" page (#11647) 2025-02-26 12:20:27 -06:00
run.md Add docs for signal handling (#11041) 2025-01-29 08:27:52 -06:00
sync.md Update the "Locking and syncing" page (#11647) 2025-02-26 12:20:27 -06:00
workspaces.md docs(workspaces): remove build-system (#10636) 2025-01-15 11:46:35 -06:00