info-tech-canon/pyproject.toml
tegwick b081d39da1
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 3s
Implement canon conformance and maintenance optimizations
Assistant: codex
Assistant-Model: gpt-6-astra
Assistant-Session: 01a06e82-3e08-7042-a79d-438ac6eed8db
2026-09-05 00:50:09 +02:00

20 lines
454 B
TOML

[project]
name = "info-tech-canon"
version = "0.1.0"
description = "Practical service surface for the InfoTechCanon infospace."
requires-python = ">=3.12"
dependencies = [
"PyYAML>=6",
"jsonschema>=4.10",
"infospace-bench==0.1.0",
]
[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"]