coordination-engine/pyproject.toml
tegwick 628f984a10
All checks were successful
check / test (push) Successful in 7m8s
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Implement worker coordination runtime and finish WP-0003
Assistant: codex
Assistant-Model: gpt-6-astra
Assistant-Session: 01a07b5b-ea58-7ad2-bdbb-0b1c995cfc35
2026-09-07 23:19:52 +02:00

23 lines
525 B
TOML

[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "coordination-engine"
version = "0.1.0"
description = "Local worker coordination over State Hub and TAMQ"
requires-python = ">=3.11"
dependencies = []
[project.scripts]
coordination-engine = "coordination_engine.cli:main"
[dependency-groups]
dev = ["pytest>=8"]
[tool.setuptools.packages.find]
where = ["src"]
[tool.pytest.ini_options]
pythonpath = ["src"]
markers = ["live: opt-in read-only local integration smoke"]