From b283b016f202b7095a95b9b173db350ac05e8e02 Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Sun, 15 Nov 2020 22:10:06 +0400
Subject: [PATCH] Updated entrypoint.

Signed-off-by: Pavel Kirilin <win10@list.ru>
---
 pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 78bdc09..1732da2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "fastapi_template"
-version = "1.1.7"
+version = "1.1.8"
 description = "Feature-rich robust FastAPI template"
 authors = ["Pavel Kirilin <win10@list.ru>"]
 packages = [
@@ -26,7 +26,7 @@ pygit2 = "^1.4.0"
 [tool.poetry.dev-dependencies]
 
 [tool.poetry.scripts]
-fastapi_template = "fastapi_template.main:main"
+fastapi_template = "fastapi_template:main"
 
 [build-system]
 requires = ["poetry-core>=1.0.0"]
-- 
GitLab