14 lines
386 B
TOML
14 lines
386 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "algebraic_auction_studio_for_robotic_fle"
|
|
version = "0.1.0"
|
|
description = "Algebraic Auction Studio for robotic fleets with compositional optimization and offline-capable runtime."
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|