Fix __main__
This commit is contained in:
parent
66b3a84a8b
commit
e6d4ba1e25
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