[build-system] requires = ["setuptools>=42", "wheel"] build-backend = "setuptools.build_meta" [project] name = "deltaforge-mvp" version = "0.1.0" description = "Minimal MVP scaffolding for DeltaForge cross-venue hedgingEngine" readme = "README.md" requires-python = ">=3.8" license = {text = "MIT"} authors = [ { name = "DeltaForge MVP" } ] dependencies = ["numpy"]