Fix __main__
This commit is contained in:
parent
35035feba4
commit
c3f6b624d9
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
from app import cli
|
||||
from .app import cli
|
||||
|
||||
cli()
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue