ungana

Unnamed repository; edit this file 'description' to name the repository.
Info | Log | Files | Refs | README

commit b859dd44b85fe97a78c578938b586d4aa721c1db
parent fd91089b84af550773d129624d5ba4802a2be750
Author: Carlosokumu <carlosokumu254@gmail.com>
Date:   Tue, 26 Aug 2025 13:35:13 +0300

update project script to match new project name

Diffstat:
Mpyproject.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ ] [project.scripts] -ungana = "ungana.runnable.calendar_cli:main" +ungana = "ungana.runnable.ungana_cal_cli:main" [tool.setuptools.packages.find] where = ["."]