14 lines
374 B
TOML
14 lines
374 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "feedtrust-blockchain-backed-access-contr"
|
|
version = "0.1.0"
|
|
description = "MVP: Blockchain-backed access control and provenance for cross-venue market data feeds."
|
|
requires-python = ">=3.11"
|
|
readme = "README.md"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|