15 lines
376 B
TOML
15 lines
376 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "idea69_tradeseal_federated_compliance"
|
|
version = "0.1.0"
|
|
description = "Federated compliance and audit fabric for multi-venue HFT"
|
|
readme = "README.md"
|
|
license = {text = "MIT"}
|
|
authors = [ { name = "TradeSeal Dev" } ]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|