Files
sshecret/packages/sshecret-sshd/pyproject.toml
2025-04-18 16:39:24 +02:00

22 lines
438 B
TOML

[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"