mirror of
https://github.com/saymrwulf/proof-aware-crypto-tooling-agent.git
synced 2026-09-04 20:03:40 +00:00
17 lines
376 B
TOML
17 lines
376 B
TOML
|
|
[build-system]
|
||
|
|
requires = ["setuptools>=68"]
|
||
|
|
build-backend = "setuptools.build_meta"
|
||
|
|
|
||
|
|
[project]
|
||
|
|
name = "pacta-proof-check-provider"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "Nested proof-checking attestation provider for PACTA."
|
||
|
|
requires-python = ">=3.11"
|
||
|
|
dependencies = []
|
||
|
|
|
||
|
|
[project.scripts]
|
||
|
|
pacta-provider = "pacta_provider.cli:main"
|
||
|
|
|
||
|
|
[tool.setuptools.packages.find]
|
||
|
|
where = ["src"]
|