16 lines
432 B
TOML
16 lines
432 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "idea19_missionledger_verifiable_contract"
|
|
version = "0.1.0"
|
|
description = "MVP core for verifiable contract-driven mission planning in intermittently-connected fleets."
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
license = {text = "MIT"}
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|
|
include = ["missionledger*"]
|