idea33-buildledger-verifiab.../pyproject.toml

25 lines
600 B
TOML

[build-system]
requires = ["setuptools>=69", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "idea33-buildledger-verifiable-oss"
version = "0.1.0"
description = "BuildLedger captures, verifies, and syncs reproducible build provenance across registries."
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["pydantic>=2.7,<3"]
[project.optional-dependencies]
test = ["pytest>=8", "build>=1.2"]
[tool.setuptools]
include-package-data = true
[tool.setuptools.packages.find]
include = ["buildledger*"]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]