feat: implement project bus MVP
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[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"
|
||||
|
||||
[tool.setuptools]
|
||||
package-dir = {"" = "src"}
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
Reference in New Issue
Block a user