From 30edc03eb77da9d11934b82cda982a29b6de3986 Mon Sep 17 00:00:00 2001 From: missytake Date: Wed, 17 Jul 2024 19:32:59 +0200 Subject: [PATCH] added description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 744d354..a4b1ec4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "backup-dc-from-db-cli" version = "0.1.0" -description = "" +description = "A small CLI tool to open a DeltaChat accounts directory and export it, so it can be imported by any Delta Chat client" authors = ["missytake "] readme = "README.md"