06-packaging #8

Open
uda wants to merge 4 commits from 06-packaging into 05-libraries
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c3f6b624d9 - Show all commits

View file

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

View file

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