23 lines
628 B
TOML
23 lines
628 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "robotproof_studio_verifiable_reproducibl"
|
|
version = "0.1.0"
|
|
description = "Verifiable, reproducible multi-robot mission planning with contract-driven cross-adapters"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
license = {text = "MIT"}
|
|
authors = [ { name = "OpenCode CoLab" } ]
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"License :: OSI Approved :: MIT License",
|
|
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
|
]
|
|
|
|
[tool.setuptools]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|