Browse Source

[cli] cli name correction

Maxime Alves LIRMM@home 4 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
 python = "^3.7"
9
 python = "^3.7"
10
 starlette = "^0.13.6"
10
 starlette = "^0.13.6"
11
 uvicorn = "^0.11.6"
11
 uvicorn = "^0.11.6"
12
-click = "^7.1.2"
13
 umodbus = "^1.0.3"
12
 umodbus = "^1.0.3"
13
+click = "^7.1.2"
14
 
14
 
15
 [tool.poetry.dev-dependencies]
15
 [tool.poetry.dev-dependencies]
16
 pytest = "^5.4.3"
16
 pytest = "^5.4.3"
19
 pytest-asyncio = "^0.14.0"
19
 pytest-asyncio = "^0.14.0"
20
 
20
 
21
 [tool.poetry.scripts]
21
 [tool.poetry.scripts]
22
-pyheatpump = 'pyheatpump.cli:run'
22
+pyheatpump = 'pyheatpump.cli:cli'
23
+
23
 [build-system]
24
 [build-system]
24
 requires = ["poetry>=0.12"]
25
 requires = ["poetry>=0.12"]
25
 build-backend = "poetry.masonry.api"
26
 build-backend = "poetry.masonry.api"

Loading…
Cancel
Save