generic source-to-infospace generator

This commit is contained in:
2026-05-14 19:33:22 +02:00
parent 065e17f42e
commit 46aad3cce8
20 changed files with 1629 additions and 8 deletions

View File

@@ -11,6 +11,9 @@ dependencies = [
[project.scripts]
infospace-bench = "infospace_bench.cli:main"
[tool.setuptools.package-data]
infospace_bench = ["profiles/**/*"]
[tool.pytest.ini_options]
pythonpath = ["src", "../markitect-tool/src"]
testpaths = ["tests"]