From bc9b46eeb61e498ad610073b49a34c1f0892eb46 Mon Sep 17 00:00:00 2001 From: "HARIHARA SUDHAN (HARI)" <108145682+hari0205@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:19:45 +0000 Subject: [PATCH] [fix] Fixxed naming that caused conflict --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 22d5486..6140d86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "porunga" +name = "porunga-CLI" version = "0.1.0" description = "A CLI tool to suggest commit messages" authors = ["HARIHARA SUDHAN (HARI) <108145682+hari0205@users.noreply.github.com>"]