sp-hydra-veil-cli/pyproject.toml
2025-02-22 15:09:40 +01:00

27 lines
688 B
TOML

[project]
name = "hydra-veil-cli"
version = "1.0.0"
authors = [
{ name = "Simplified Privacy" },
]
description = "A command line interface and the reference implementation of core client logic."
readme = "README.md"
requires-python = ">=3.12"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: POSIX :: Linux",
]
dependencies = [
"hydra-veil-core == 0.0.1",
]
[project.urls]
Homepage = "https://git.simplifiedprivacy.is/codeking/hydra-veil-cli"
Issues = "https://git.simplifiedprivacy.is/codeking/hydra-veil-cli/issues"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["cli"]