Initial implementation
This commit is contained in:
parent
6fd1ff7581
commit
916a895a85
31 changed files with 1461 additions and 21 deletions
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue