14 lines
339 B
TOML
14 lines
339 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "spacesafeml-certification-benchmark-and"
|
|
version = "0.1.0"
|
|
description = "SpaceSafeML: Certification, Benchmark, and Governance Framework - SB-DSL seed"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
dependencies = [
|
|
|
|
]
|