Fix __main__

This commit is contained in:
Yehuda Deutsch 2024-11-11 23:30:20 -05:00
parent 66b3a84a8b
commit e6d4ba1e25
Signed by: uda
GPG key ID: 8EF44B89374262A5
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
from app import cli
from .app import cli
cli()

View file

@ -1,6 +1,6 @@
[project]
name = "ajal-todo-cli"
version = "0.1.1"
version = "0.1.2"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"