[build-system] requires = ["setuptools>=40.8.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "edgemind-verifiable-onboard" version = "0.1.0" description = "EdgeMind: Verifiable Onboard AI Planning Runtime (IR schema + small spec)" readme = "README.md" requires-python = ">=3.8" dependencies = [ "pydantic>=1.10", ] [tool.setuptools.packages.find] where = ["."]