17 lines
464 B
TOML
17 lines
464 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.poetry] # optional, kept for readability if Poetry is used later
|
|
name = "guardrail_space"
|
|
version = "0.1.0"
|
|
|
|
[project]
|
|
name = "guardrail_space"
|
|
version = "0.1.0"
|
|
description = "MVP: verifiable safety contracts and offline safety monitor for onboard AGI-driven space robotics"
|
|
readme = "README.md"
|
|
license = {text = "MIT"}
|
|
requires-python = ">=3.8"
|
|
dependencies = []
|