Files
2026-07-30 20:06:34 +02:00

24 lines
586 B
TOML

[build-system]
requires = ["setuptools>=69"]
build-backend = "setuptools.build_meta"
[project]
name = "epimonos-project-bus"
version = "0.1.0"
description = "Generic, auditable project coordination bus with an MCP Streamable HTTP interface"
readme = "README.md"
requires-python = ">=3.12"
license = { text = "MIT" }
authors = [{ name = "Epimonos contributors" }]
dependencies = []
[project.scripts]
project-bus = "project_bus.__main__:main"
project-bus-ops = "project_bus.operations:main"
[tool.setuptools]
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]