generated from coulomb/repo-seed
14 lines
329 B
TOML
14 lines
329 B
TOML
[project]
|
|
name = "infospace-bench"
|
|
version = "0.1.0"
|
|
description = "Application-layer workspace for concrete structured knowledge spaces."
|
|
requires-python = ">=3.11"
|
|
dependencies = ["PyYAML>=6"]
|
|
|
|
[project.scripts]
|
|
infospace-bench = "infospace_bench.cli:main"
|
|
|
|
[tool.pytest.ini_options]
|
|
pythonpath = ["src"]
|
|
testpaths = ["tests"]
|