Files
Mikhail Golubevandintellij-monorepo-bot 35c66600cc PY-79488 Expose more system-specific information in project graphs
In particular, for uv, retain the information about workspace membership.
Make discovery of nested workspace members more robust.

GitOrigin-RevId: 9af260bbb47baac9d5fec7e2b605931ceb0ce3c4
2025-06-11 16:54:32 +00:00

13 lines
223 B
TOML

[project]
name = "ws-root"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10.5"
dependencies = []
[tool.uv.workspace]
members = [
"dir/subdir/root-ws-member",
]