14 lines
376 B
TOML
14 lines
376 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "promptledger-verifiable-provenance-and-l"
|
|
version = "0.1.0"
|
|
description = "MVP: Verifiable provenance ledger with offline delta-sync for generative creative workflows"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|