From 7a359f631863e3173f39fbac870fbc02b15c482c Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 8 Sep 2023 15:50:00 +0000 Subject: [PATCH] build(python): add link to mastodon into projects.urls Such links are displayed on PyPI with mastodon icon. --- python/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index 024f62dc0..5e0bee124 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -34,6 +34,7 @@ dynamic = [ "Home" = "https://github.com/deltachat/deltachat-core-rust/" "Bug Tracker" = "https://github.com/deltachat/deltachat-core-rust/issues" "Documentation" = "https://py.delta.chat/" +"Mastodon" = "https://chaos.social/@delta" [project.entry-points.pytest11] "deltachat.testplugin" = "deltachat.testplugin"