13 lines
363 B
TOML
13 lines
363 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "energiamesh"
|
|
version = "0.1.0"
|
|
description = "Canonical, contract-driven microgrid orchestration skeleton for EnergiaMesh"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
|
|
# Packaging with setuptools from src layout is handled by default in this MVP.
|