mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
13 lines
324 B
TOML
13 lines
324 B
TOML
[build-system]
|
|
requires = ["setuptools>=45", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "phantom"
|
|
version = "0.1.0"
|
|
description = "Pricing Heuristics Against Non-human Transaction Orchestration Mechanisms"
|
|
requires-python = ">=3.8"
|
|
|
|
[tool.setuptools.packages.find]
|
|
include = ["experiments*", "lib*"]
|