19 lines
494 B
TOML
19 lines
494 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "idea65-edgemarketsignal-edge-native"
|
|
version = "0.1.0"
|
|
description = "Edge-native market data plane for ultra-low-latency, privacy-preserving cross-venue trading."
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
license = {text = "MIT"}
|
|
authors = [ { name = "OpenCode" } ]
|
|
dependencies = [
|
|
"dataclasses; python_version<'3.7'",
|
|
]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|