12 lines
288 B
TOML
12 lines
288 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "idea91-ml-cv-hedge"
|
|
version = "0.0.1"
|
|
description = "Minimal MVP for ML-driven cross-venue hedge studio"
|
|
requires-python = ">=3.9"
|
|
readme = "README.md"
|
|
license = { text = "MIT" }
|