16 lines
394 B
TOML
16 lines
394 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "policy_mesh"
|
|
description = "Policy-driven federated optimization scaffold for cross-domain microgrids"
|
|
authors = [ { name = "OpenCode" } ]
|
|
requires-python = ">=3.8"
|
|
license = {text = "MIT"}
|
|
readme = "README.md"
|
|
dynamic = ["version"]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["." ]
|