13 lines
313 B
TOML
13 lines
313 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "catopt-graph-mvp"
|
|
version = "0.1.0"
|
|
description = "MVP: Graph-calculus-driven orchestration for edge meshes (CatOpt-Graph)"
|
|
requires-python = ">=3.10"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|