From 197c8a7c05c2e73613907c5c6419c8c6db1679df Mon Sep 17 00:00:00 2001 From: Allan Eising Date: Mon, 12 May 2025 07:48:50 +0200 Subject: [PATCH] Update project description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf0c141..11450da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ cwd = "${POE_PWD}" [project] name = "sshecret" version = "0.1.0" -description = "Add your description here" +description = "A simple secret manager with an SSH server." readme = "README.md" authors = [ { name = "Allan Eising", email = "allan@eising.dk" }