[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", "httpx>=0.28.1", "python-dotenv>=1.0.1", ] [project.scripts] sshecret-sshd = "sshecret_sshd.cli:cli" [build-system] requires = ["hatchling"] build-backend = "hatchling.build"