idea159-arbsphere-federated.../pyproject.toml

15 lines
350 B
TOML

[build-system]
requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "arbsphere-proto"
version = "0.1.0"
description = "Prototype primitives and bridge for ArbSphere federated arbitrage"
readme = "README.md"
requires-python = ">=3.10"
[tool.setuptools.packages.find]
where = ["."]
include = ["arbsphere*"]