17 lines
467 B
TOML
17 lines
467 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "signalcanvas_graph_based_market_signal_s"
|
|
version = "0.1.0"
|
|
description = "Graph-based market signal studio MVP for visualizing, replaying, and auditing cross-venue signals"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
license = {file = "LICENSE"}
|
|
authors = [ { name = "OpenCode AI" } ]
|
|
dependencies = []
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|