[project] name = "sp-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 = [ "sp-hydra-veil-core == 1.0.0", ] [project.urls] Homepage = "https://git.simplifiedprivacy.is/codeking/sp-hydra-veil-cli" Issues = "https://git.simplifiedprivacy.is/codeking/sp-hydra-veil-cli/issues" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["cli"]