adding latest to CLI

This commit is contained in:
2021-11-01 20:36:16 +00:00
parent 4e20fdc2d1
commit 779e99434f
7 changed files with 54 additions and 52 deletions

View File

@@ -24,4 +24,4 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
"tembo" = "tembo.cli:run"
"tembo" = "tembo.cli.cli:run"