From 641ea85433fd959e820fd8da9fb096f9ee94c0ea Mon Sep 17 00:00:00 2001 From: adbenitez Date: Sat, 6 Apr 2024 19:41:30 -0400 Subject: [PATCH] update pyproject.toml, add urls --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9df2253..6c2fa08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,9 @@ dependencies = [ "qrcode>=7.4.2", ] +[project.urls] +Homepage = "https://github.com/deltachat-bot/deltabot-cli-py" + [project.optional-dependencies] dev = [ "black",