docs: 更新项目文档和配置
This commit is contained in:
+6
-7
@@ -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*"]
|
||||
|
||||
Reference in New Issue
Block a user