18 lines
534 B
TOML
18 lines
534 B
TOML
[build-system]
|
|
requires = ["setuptools>=40.6.0", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "promptledger-verifiable-provenance-and-l"
|
|
version = "0.1.0"
|
|
description = "MVP: offline-first provenance ledger with adapters for Blender and Figma"
|
|
requires-python = ">=3.8"
|
|
readme = "README.md"
|
|
license = {text = "MIT"}
|
|
authors = [ { name = "OpenCode Assistant" } ]
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"License :: OSI Approved :: MIT License",
|
|
"Topic :: Software Development :: Libraries"
|
|
]
|