mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
![]() Support multiple root modules in namespace packages by enumerating them: ```toml [tool.uv.build-backend] module-name = ["foo", "bar"] ``` This allows applications with multiple root packages without migrating to workspaces. We don't recommend this structure, but it reduces the number of cases that need `namespace = true`. Fixes #14435 |
||
---|---|---|
.. | ||
projects | ||
authentication.md | ||
build-backend.md | ||
cache.md | ||
configuration-files.md | ||
index.md | ||
indexes.md | ||
python-versions.md | ||
resolution.md | ||
tools.md |