From a0a6ccf115dedccf3fcd35d1c4c1c14fe0dc1998 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Sun, 15 Nov 2020 21:48:18 +0400 Subject: [PATCH] Updated pypi information. Signed-off-by: Pavel Kirilin <win10@list.ru> --- pyproject.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 87aee88..d8d0613 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,20 @@ [tool.poetry] name = "fastapi_template" -version = "1.1.4" +version = "1.1.5" description = "Feature-rich robust FastAPI template" authors = ["Pavel Kirilin <win10@list.ru>"] packages = [ { include = "template" }, ] +repository = "https://github.com/s3rius/FastAPI-template" +homepage = "https://github.com/s3rius/FastAPI-template" +readme = "README.md" +keywords = [ + "FastAPI", + "Cookiecutter", + "Template" +] + [tool.poetry.dependencies] python = "^3.8" -- GitLab