Browse Source

[cli] cli name correction

Maxime Alves LIRMM@home 3 years ago
parent
commit
d9e6686667
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      pyproject.toml

+ 3
- 2
pyproject.toml View File

@@ -9,8 +9,8 @@ license = "GPL-3.0-or-later"
9 9
 python = "^3.7"
10 10
 starlette = "^0.13.6"
11 11
 uvicorn = "^0.11.6"
12
-click = "^7.1.2"
13 12
 umodbus = "^1.0.3"
13
+click = "^7.1.2"
14 14
 
15 15
 [tool.poetry.dev-dependencies]
16 16
 pytest = "^5.4.3"
@@ -19,7 +19,8 @@ asynctest = "^0.13.0"
19 19
 pytest-asyncio = "^0.14.0"
20 20
 
21 21
 [tool.poetry.scripts]
22
-pyheatpump = 'pyheatpump.cli:run'
22
+pyheatpump = 'pyheatpump.cli:cli'
23
+
23 24
 [build-system]
24 25
 requires = ["poetry>=0.12"]
25 26
 build-backend = "poetry.masonry.api"

Loading…
Cancel
Save