2026-05-23 03:12:02 +02:00
|
|
|
[project]
|
|
|
|
|
name = "info-tech-canon"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Practical service surface for the InfoTechCanon infospace."
|
|
|
|
|
requires-python = ">=3.12"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"PyYAML>=6",
|
2026-09-05 00:50:09 +02:00
|
|
|
"jsonschema>=4.10",
|
|
|
|
|
"infospace-bench==0.1.0",
|
2026-05-23 03:12:02 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[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"]
|