mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 12:31:26 +07:00
In particular, for uv, retain the information about workspace membership. Make discovery of nested workspace members more robust. GitOrigin-RevId: 9af260bbb47baac9d5fec7e2b605931ceb0ce3c4
14 lines
261 B
TOML
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",
|
|
]
|