Add api poetry script

This commit is contained in:
coolneng 2021-07-06 19:52:35 +02:00
parent b0503e8f1c
commit 20170200aa
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ uvicorn = "^0.14.0"
isort = "^5.8.0"
pyflakes = "^2.3.1"
[tool.poetry.scripts]
api = "locimend.api:main"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"