[project] name = "sshecret-sshd" version = "0.1.0" description = "Add your description here" readme = "README.md" authors = [ { name = "Allan Eising", email = "allan@eising.dk" } ] requires-python = ">=3.13" dependencies = [ "asyncssh>=2.20.0", "click>=8.1.8", "httpx>=0.28.1", "pydantic>=2.10.6", "python-dotenv>=1.0.1", "sshecret", ] [tool.uv.sources] sshecret = { workspace = true } [project.scripts] sshecret-sshd = "sshecret_sshd.cli:cli" [build-system] requires = ["hatchling"] build-backend = "hatchling.build"