idea15-edgemind-verifiable-.../pyproject.toml

17 lines
389 B
TOML

[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 = ["."]