tradecipher-blockchain-back.../pyproject.toml

16 lines
440 B
TOML

[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "tradecipher_blockchain_backed_privacy_pr"
version = "0.1.0"
dependencies = []
description = "MVP: blockchain-backed, privacy-preserving trade lifecycle auditing across venues"
readme = "README.md"
requires-python = ">=3.8"
[tool.setuptools.packages.find]
where = ["."]
include = ["tradecipher_blockchain_backed_privacy_pr"]