16 lines
397 B
TOML
16 lines
397 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "gridresilience_studio"
|
|
version = "0.1.0"
|
|
description = "Offline-first cross-domain orchestrator for disaster-resilient grids"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
authors = [ { name = "OpenCode Team" } ]
|
|
license = { text = "MIT" }
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|