ZKAC/cli/pyproject.toml
2026-04-16 01:29:59 +02:00

18 lines
380 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "zkac-node-cli"
version = "0.1.0"
description = "ZKAC node CLI (server + client) using the zkac Python bindings"
readme = "README.md"
requires-python = ">=3.9"
dependencies = []
[project.scripts]
zkac-node = "zkac_cli.main:main"
[tool.hatch.build.targets.wheel]
packages = ["zkac_cli"]