[cli] cli name correction

This commit is contained in:
Maxime Alves LIRMM@home 2020-08-02 12:47:46 +02:00
commit d9e6686667

View file

@ -9,8 +9,8 @@ license = "GPL-3.0-or-later"
python = "^3.7"
starlette = "^0.13.6"
uvicorn = "^0.11.6"
click = "^7.1.2"
umodbus = "^1.0.3"
click = "^7.1.2"
[tool.poetry.dev-dependencies]
pytest = "^5.4.3"
@ -19,7 +19,8 @@ asynctest = "^0.13.0"
pytest-asyncio = "^0.14.0"
[tool.poetry.scripts]
pyheatpump = 'pyheatpump.cli:run'
pyheatpump = 'pyheatpump.cli:cli'
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"