16 lines
438 B
TOML
16 lines
438 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "gridresilience_studio_offline_first_cros"
|
|
version = "0.1.0"
|
|
description = "Offline-first cross-domain orchestrator for disaster-resilient grids"
|
|
authors = [{ name = "OpenCode", email = "dev@example.com" }]
|
|
license = { text = "MIT" }
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|