markitect-tool integration
This commit is contained in:
parent
133676e6bc
commit
6eb3c6a0fb
8 changed files with 413 additions and 8 deletions
|
|
@ -3,11 +3,14 @@ name = "infospace-bench"
|
|||
version = "0.1.0"
|
||||
description = "Application-layer workspace for concrete structured knowledge spaces."
|
||||
requires-python = ">=3.11"
|
||||
dependencies = ["PyYAML>=6"]
|
||||
dependencies = [
|
||||
"PyYAML>=6",
|
||||
"markitect-tool @ file:///home/worsch/markitect-tool",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
infospace-bench = "infospace_bench.cli:main"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
pythonpath = ["src"]
|
||||
pythonpath = ["src", "../markitect-tool/src"]
|
||||
testpaths = ["tests"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue