15 lines
421 B
TOML
15 lines
421 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "idea131_fleetopt_verifiable_privacy"
|
|
version = "0.1.0"
|
|
description = "Verifiable, privacy-preserving multi-fleet robotics optimization MVP (Python)."
|
|
authors = [{name = "OpenCode AI", email = "opensource@example.com"}]
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = [""]
|