21 lines
618 B
TOML
21 lines
618 B
TOML
[build-system]
|
|
requires = ["setuptools>=61", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "gridguard_secure_attested_cross_domain_e"
|
|
version = "0.0.1"
|
|
description = "Security-first cross-domain energy optimization with attestation and verifiable governance"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
license = {text = "MIT"}
|
|
authors = [{name = "OpenCode SWARM"}]
|
|
keywords = ["security", "attestation", "cross-domain", "energy"]
|
|
|
|
[project.urls]
|
|
Homepage = "https://example.org/gridguard"
|
|
|
|
[tool.setuptools]
|
|
package-dir = { "" = "src" }
|
|
packages = ["gridguard_secure_attested_cross_domain_e"]
|