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"