coordination-engine/pyproject.toml

24 lines
525 B
TOML
Raw Normal View History

[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"]