mirror of
https://github.com/trycua/computer.git
synced 2026-05-19 23:49:34 -05:00
add to monorepo pyworkspace
This commit is contained in:
+3
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user