14 lines
270 B
TOML
14 lines
270 B
TOML
[project]
|
|
name = "sanguo-moziplus-v2"
|
|
version = "2.6.0"
|
|
description = "AI Native DevOps Platform v2 - Blackboard Architecture"
|
|
requires-python = ">=3.9"
|
|
|
|
[tool.pytest.ini_options]
|
|
asyncio_mode = "auto"
|
|
testpaths = ["tests"]
|
|
|
|
[tool.pyright]
|
|
venvPath = "."
|
|
venv = ".venv"
|