Files
openide/python/testData/projectModel/intermediateNonWorkspaceProjects/root-ws/pyproject.toml
Mikhail Golubev 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

14 lines
261 B
TOML

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