[cli] cli name correction
This commit is contained in:
parent
8050b9e9c4
commit
d9e6686667
1 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue