14 lines
347 B
TOML
14 lines
347 B
TOML
[build-system]
|
|
requires = ["setuptools>=40.8.0", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "guardrail_space"
|
|
version = "0.1.0"
|
|
description = "Verifiable safety contracts and offline-first guard for onboard AGI space robotics"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|