Implement infospace scaffold and service baseline
This commit is contained in:
parent
df6238c7e0
commit
9883a99f78
43 changed files with 35986 additions and 28 deletions
19
pyproject.toml
Normal file
19
pyproject.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[project]
|
||||
name = "info-tech-canon"
|
||||
version = "0.1.0"
|
||||
description = "Practical service surface for the InfoTechCanon infospace."
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"PyYAML>=6",
|
||||
"infospace-bench @ file:///home/worsch/infospace-bench",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
info-tech-canon = "info_tech_canon.cli:main"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
pythonpath = ["src", "../infospace-bench/src"]
|
||||
testpaths = ["tests"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue