Files
sanguo_moziplus_v2/pyproject.toml
T
2026-05-20 09:57:59 +08:00

17 lines
350 B
TOML

[project]
name = "sanguo-moziplus-v2"
version = "3.0.0"
description = "AI Native DevOps Platform v2 - Blackboard Architecture"
requires-python = ">=3.9"
[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["tests"]
markers = [
"integration: real agent tests (requires RUN_INTEGRATION=1)",
]
[tool.pyright]
venvPath = "."
venv = ".venv"