Files
officeconvert/python/pyproject.toml
T
2026-03-26 14:01:10 -07:00

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",
]