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"