add to monorepo pyworkspace

This commit is contained in:
Dillon DuPont
2025-11-11 09:48:48 -05:00
parent f2e6ff2945
commit 2536b324af
+3 -1
View File
@@ -58,6 +58,7 @@ members = [
"libs/python/computer-server",
"libs/python/som",
"libs/python/mcp-server",
"libs/python/bench-ui",
]
[tool.uv.sources]
@@ -67,6 +68,7 @@ cua-computer = { workspace = true }
cua-computer-server = { workspace = true }
cua-som = { workspace = true }
cua-mcp-server = { workspace = true }
cua-bench-ui = { workspace = true }
[tool.black]
line-length = 100
@@ -105,4 +107,4 @@ py_version = 312
[tool.pytest.ini_options]
asyncio_mode = "auto"
python_files = "test_*.py"
testpaths = ["libs/*/tests"]
testpaths = ["libs/*/tests"]