mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-02 04:48:18 +00:00
Discover workspaces without using them in resolution (#3585)
Add minimal support for workspace discovery, only used for determining paths in the bluejay commands. We can now discover the workspace structure, namely that the `pyproject.toml` of a package belongs to a workspace `pyproject.toml` with members and exclusion. The globbing logic is inspired by cargo. We don't resolve `workspace = true` metadata declarations yet.
This commit is contained in:
parent
5205165d42
commit
2ffd453003
43 changed files with 1007 additions and 151 deletions
|
|
@ -0,0 +1,4 @@
|
|||
from albatross import fly
|
||||
|
||||
fly()
|
||||
print("Success")
|
||||
Loading…
Add table
Add a link
Reference in a new issue