18 lines
530 B
TOML
18 lines
530 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "idea81_audioledger_studio_verifiable"
|
|
version = "0.1.0"
|
|
description = "AudioLedger Studio: Verifiable Algebraic Market Scenarios with Sonified Governance"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
license = {text = "MIT"}
|
|
authors = [{name = "OpenCode AI", email = "noreply@example.com"}]
|
|
dependencies = ["pytest"]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|
|
include = ["idea81_audioledger_studio_verifiable"]
|