idea172-bevault-verifiable-.../pyproject.toml

17 lines
507 B
TOML

[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "idea172_bevault_verifiable_best"
version = "0.1.0"
description = "BeVault: verifiable best-execution backbone prototype with Cross-Venue GoC adapters"
readme = "README.md"
requires-python = ">=3.8"
license = {text = "MIT"}
authors = [ { name = "OpenCode Team" } ]
[tool.setuptools.packages.find]
where = ["."]
include = ["idea172_bevault_verifiable_best", "idea172_bevault_verifiable_best.*"]