uv/docs/concepts
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
..
projects Allow users to set package = true on tool.uv.sources (#12014) 2025-03-06 18:28:09 +00:00
cache.md Docs: Clarify that setting cache-keys overrides defaults (#11895) 2025-03-03 02:54:48 +00:00
index.md Reorganize the project concept documentation (#9121) 2024-11-19 13:52:12 -06:00
python-versions.md Add note about available versions (#11331) 2025-02-07 16:10:05 -06:00
resolution.md Add link to environment marker specification (#11748) 2025-02-24 11:57:28 -06:00
tools.md docs(tools.md): remove hyphenation for consistency (#10321) 2025-01-06 09:33:46 -05:00