forked from mirrors/thatmattlove-hyperglass
fix script callable
This commit is contained in:
parent
624231a469
commit
e215e7a605
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ authors = ["Matt Love <matt@hyperglass.io>"]
|
|||
license = "BSD-3-Clause-Clear"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
hyperglass = "hyperglass.console"
|
||||
hyperglass = "hyperglass.console:CLI"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
aiofile = "^1.5.2"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue