[build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "equicompiler_algebraic_portfolio_dsl_to" version = "0.1.0" description = "Algebraic Portfolio DSL to verifiable low-latency market strategy compiler (MVP)" readme = "README.md" requires-python = ">=3.9" license = {text = "MIT"} authors = [ { name = "OpenCode Team" } ] [tool.setuptools.packages.find] where = ["."] include = ["equicompiler_algebraic_portfolio_dsl_to_*"]