Files

15 lines
294 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",
]
[tool.uv.sources]
officeconvert = { workspace = true }