mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 01:43:57 +07:00
In particular, for uv, retain the information about workspace membership. Make discovery of nested workspace members more robust. GitOrigin-RevId: 9af260bbb47baac9d5fec7e2b605931ceb0ce3c4
13 lines
223 B
TOML
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",
|
|
]
|