From fbcae98390d50b6f999a05ec7b9e330b715878d8 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Sun, 18 Jul 2021 19:31:46 +0200 Subject: [PATCH] add metadata on PyPI through pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7f109e9..1256ae8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,9 @@ version = "3.0.0" description = "Post a message to a matrix room with a simple HTTP POST" authors = ["Guilhem Saurel "] license = "BSD-2-Clause" +readme = "README.md" +homepage = "https://github.com/nim65s/matrix-webhook" +repository = "https://github.com/nim65s/matrix-webhook.git" [tool.poetry.dependencies] python = "^3.9"