12 lines
238 B
TOML
12 lines
238 B
TOML
[project]
|
|
name = "officeconvert-workspace"
|
|
version = "0.1.0"
|
|
description = "Workspace root for officeconvert Python packages."
|
|
requires-python = ">=3.12"
|
|
|
|
[tool.uv.workspace]
|
|
members = [
|
|
"packages/officeconvert",
|
|
"packages/server",
|
|
]
|