14 lines
386 B
TOML
14 lines
386 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "energibridge-skeleton"
|
|
version = "0.1.0"
|
|
description = "EnergiBridge-inspired canonical interop skeleton for GridGuard MVP"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
license = { text = "MIT" }
|
|
|
|
# Packaging configuration for setuptools can be discovered by the build tool.
|