[build-system] requires = ["setuptools>=42", "wheel"] build-backend = "setuptools.build_meta" [project] name = "gridguard-secure-attested-cross-domain-e" version = "0.1.0" description = "Security-first cross-domain energy optimization framework (EnergiBridge prototype)" readme = "README.md" license = {text = "MIT"} requires-python = ">=3.8" authors = [ { name = "GridGuard Core Team" } ] dependencies = ["pytest"] [tool.setuptools.packages.find] where = ["src"]