22 lines
479 B
TOML
22 lines
479 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "portaledger"
|
|
version = "0.1.0"
|
|
description = "Verifiable, privacy-preserving portfolio experiment provenance with PortaLedger and CatOpt bridge"
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
requires-python = ">=3.9"
|
|
dependencies = [
|
|
"cryptography>=40.0.0",
|
|
]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|
|
|
|
|
|
[project.urls]
|
|
Repository = "https://example.com/portaledger"
|