[project] name = "local-identity" version = "0.1.0" description = "Zero-dependency bootstrap user store for net-kingdom environments" requires-python = ">=3.11" dependencies = [ "pyyaml>=6.0", "cryptography>=42.0", ] [project.scripts] local-identity = "local_identity.cli:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/local_identity"] [tool.pytest.ini_options] testpaths = ["tests"] [dependency-groups] dev = [ "pytest>=8.0", ]