27 lines
783 B
TOML
27 lines
783 B
TOML
[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 = "MIT"
|
|
authors = [ { name = "OpenCode Team" } ]
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"Programming Language :: Python :: 3 :: Only",
|
|
"Operating System :: OS Independent",
|
|
"Topic :: Office/Business :: Financial",
|
|
]
|
|
|
|
[project.urls]
|
|
Homepage = "https://example.com/equicompiler"
|
|
Repository = "https://example.com/equicompiler.git"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|
|
include = ["equicompiler_algebraic_portfolio_dsl_to_*"]
|