docs: 更新项目文档和配置

This commit is contained in:
hangshuo652
2026-08-31 22:28:53 +08:00
parent 23596826a1
commit e5efb49dd4
9 changed files with 46 additions and 28 deletions
+6 -7
View File
@@ -1,6 +1,6 @@
[build-system]
requires = ["setuptools>=68.0"]
build-backend = "setuptools.backends._legacy:_Backend"
build-backend = "setuptools.build_meta"
[project]
name = "verify-cli"
@@ -12,12 +12,11 @@ dependencies = [
"pyyaml>=6.0",
]
[tool.setuptools]
py-modules = ["japanese_data", "orchestrator", "orchestrator_db", "main"]
[tool.setuptools.packages.find]
where = ["."]
include = ["cobol_testgen*", "runners*", "agents*", "comparator*",
"config*", "report*", "storage*", "hina*", "tools*", "web*"]
[tool.pytest.ini_options]
testpaths = ["tests"]
python_files = "test_*.py"
pythonpath = ["."]
"config*", "report*", "storage*", "hina*", "tools*", "web*",
"data*", "jcl*", "quality*", "parametrized*"]