16 lines
395 B
TOML
16 lines
395 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "deltaforge-mvp"
|
|
version = "0.1.0"
|
|
description = "Real-Time Cross-Asset Strategy Synthesis MVP for Options and Equities"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
license = {text = "MIT"}
|
|
authors = [ { name = "DeltaForge Team" } ]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|