uv/scripts/workspaces/albatross-project-in-excluded
Charlie Marsh a4417eba4a
Enable projects to opt-out of workspace management (#4565)
## Summary

You can now add `managed = false` under `[tool.uv]` in a
`pyproject.toml` to explicitly opt out of the project and workspace
APIs.

If a project sets `managed = false`, we will (1) _not_ discover it as a
workspace root, and (2) _not_ discover it as a workspace member (similar
to using `exclude` in the workspace parent).

Closes https://github.com/astral-sh/uv/issues/4551.
2024-07-01 16:17:43 -04:00
..
excluded/bird-feeder Default to current Python minor if Requires-Python is absent (#4070) 2024-06-05 20:45:50 +00:00
packages/seeds Enable projects to opt-out of workspace management (#4565) 2024-07-01 16:17:43 -04:00
src/albatross Discover workspaces without using them in resolution (#3585) 2024-05-21 17:17:26 +00:00
pyproject.toml Default to current Python minor if Requires-Python is absent (#4070) 2024-06-05 20:45:50 +00:00