19 lines
462 B
TOML
19 lines
462 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "idea149-deltax-forge-cross"
|
|
version = "0.1.0"
|
|
description = "MVP for cross-venue delta-driven execution planning with a canonical DSL and two-tier solver"
|
|
requires-python = ">=3.9"
|
|
license = { text = "MIT" }
|
|
readme = "README.md"
|
|
dependencies = [
|
|
"pydantic>=1.10,<2",
|
|
"pytest; python_version>='3.9'",
|
|
]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|