infospace-bench/pyproject.toml

20 lines
488 B
TOML
Raw Normal View History

2026-05-14 11:32:25 +02:00
[project]
name = "infospace-bench"
version = "0.1.0"
description = "Application-layer workspace for concrete structured knowledge spaces."
requires-python = ">=3.11"
2026-05-14 14:53:16 +02:00
dependencies = [
"PyYAML>=6",
"markitect-tool @ file:///home/worsch/markitect-tool",
]
2026-05-14 11:32:25 +02:00
[project.scripts]
infospace-bench = "infospace_bench.cli:main"
2026-05-14 19:33:22 +02:00
[tool.setuptools.package-data]
infospace_bench = ["profiles/**/*"]
2026-05-14 11:32:25 +02:00
[tool.pytest.ini_options]
2026-05-14 14:53:16 +02:00
pythonpath = ["src", "../markitect-tool/src"]
2026-05-14 11:32:25 +02:00
testpaths = ["tests"]