ungana

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

commit f7b2a82963c12841a557ed72b6b5717701a7b027
parent 58e955d1a286ce8dd9fc44333db31dbb9a9a69e1
Author: Carlosokumu <carlosokumu254@gmail.com>
Date:   Mon, 25 Aug 2025 15:44:03 +0300

update project name to ungana

Diffstat:
Mpyproject.toml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] -name = "calendarapp" +name = "ungana" version = "0.1.0" description = "Client application that creates customized .ics files for ticket booking and event reservations" requires-python = ">=3.8" @@ -12,8 +12,8 @@ dependencies = [ ] [project.scripts] -cal = "calendarapp.runnable.calendar_cli:main" +ungana = "ungana.runnable.calendar_cli:main" [tool.setuptools.packages.find] where = ["."] -include = ["calendarapp*"] +include = ["ungana*"]