From 419b1a3703e514f6a3794780b0eebecf6d541146 Mon Sep 17 00:00:00 2001 From: a Date: Wed, 22 Nov 2023 16:05:03 -0600 Subject: [PATCH] wip --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00372cf..20fc894 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "webmention" version = "0.1.0" -description = "Simple WebMention server that saves webmentions to an SQLite database." +description = "Simple Webmention server that saves webmentions to an SQLite database." authors = [ {name = "a", email = "a@trwnh.com"}, ]