From b0bd64bbd8bbf58fc5a8129462094642f35238b6 Mon Sep 17 00:00:00 2001 From: jwg4 Date: Thu, 20 Oct 2022 16:23:31 +0100 Subject: [PATCH] Add readme, repo, homepage --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 48674c9..64f5208 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,9 @@ version = "1.4.0" description = "Documentation generator for flask" authors = ["Jack Grahl "] license = "MIT" +readme = "README.md" +homepage = "https://github.com/jwg4/flask-selfdoc" +repository = "https://github.com/jwg4/flask-selfdoc" [tool.poetry.dependencies] python = "^3.6"