From 8ea9d0a4a7a19746c5218576d2c7a1fc726160bf Mon Sep 17 00:00:00 2001 From: Souradip Pal Date: Tue, 22 Oct 2024 01:11:31 -0500 Subject: [PATCH] Updated codecov link. --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8503620..0595738 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MM-PoE -[![codecov](https://codecov.io/gh/souradipp76/MM-PoE/branch/main/graph/badge.svg?token=MM-PoE_token_here)](https://codecov.io/gh/souradipp76/MM-PoE) +[![codecov](https://codecov.io/gh/souradipp76/MM-PoE/branch/main/graph/badge.svg?token=77bb4fa8-804f-4498-a040-4d93886f32be)](https://codecov.io/gh/souradipp76/MM-PoE) [![CI](https://github.com/souradipp76/MM-PoE/actions/workflows/main.yml/badge.svg)](https://github.com/souradipp76/MM-PoE/actions/workflows/main.yml) diff --git a/setup.py b/setup.py index 8787f92..5c1aa7d 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def read_requirements(path): setup( name="mm_poe", version=read("mm_poe", "VERSION"), - description="Awesome MM-PoE created by souradipp76", + description="Multiple Choice Reasoning via. Process of Elimination using Multi-Modal Models", url="https://github.com/souradipp76/MM-PoE/", long_description=read("README.md"), long_description_content_type="text/markdown",