17 lines
473 B
TOML
17 lines
473 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "interplanetary-orchestrator"
|
|
version = "0.1.0"
|
|
description = "EnergiBridge IR and CRDT PlanDelta prototype for Interplanetary Edge Orchestrator"
|
|
readme = "README.md"
|
|
authors = [ { name = "Agent SWARM", email = "devs@example.invalid" } ]
|
|
license = { text = "MIT" }
|
|
requires-python = ">=3.8"
|
|
dependencies = [ "numpy" ]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|