edgeoptionx-edge-first-late.../pyproject.toml

16 lines
382 B
TOML

[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "edgeoptionx"
version = "0.0.1"
description = "Edge-first latency-aware options hedging studio (MVP scaffold)"
readme = "README.md"
requires-python = ">=3.8"
license = { text = "MIT" }
authors = [ { name = "OpenCode" } ]
[tool.setuptools.packages.find]
where = ["src"]