14 lines
336 B
TOML
14 lines
336 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "cosmic_ledger_mvp"
|
|
version = "0.1.0"
|
|
description = "MVP offline-first verifiable ledger for interplanetary missions"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["cosmic_ledger"]
|