diff --git a/.copier-answers.yml b/.copier-answers.yml index 9cde21c..cdcb97f 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -12,5 +12,5 @@ org_name: OpenG2P org_slug: OpenG2P package_name: openg2p-beneficiary-portal-api repo_name: OpenG2P Beneficiary Portal API -repo_slug: openg2p-portal-api +repo_slug: openg2p-beneficiary-portal-api diff --git a/README.md b/README.md index 59d2d9e..0a89e89 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # OpenG2P Beneficiary Portal API -[![Pre-commit Status](https://github.com/OpenG2P/openg2p-portal-api/actions/workflows/pre-commit.yml/badge.svg?branch=develop)](https://github.com/OpenG2P/openg2p-portal-api/actions/workflows/pre-commit.yml?query=branch%3Adevelop) -[![Build Status](https://github.com/OpenG2P/openg2p-portal-api/actions/workflows/test.yml/badge.svg?branch=develop)](https://github.com/OpenG2P/openg2p-portal-api/actions/workflows/test.yml?query=branch%3Adevelop) -[![codecov](https://codecov.io/gh/OpenG2P/openg2p-portal-api/branch/develop/graph/badge.svg)](https://codecov.io/gh/OpenG2P/openg2p-portal-api) -[![openapi](https://img.shields.io/badge/open--API-swagger-brightgreen)](https://validator.swagger.io/?url=https://raw.githubusercontent.com/OpenG2P/openg2p-portal-api/develop/api-docs/generated/openapi.json) +[![Pre-commit Status](https://github.com/OpenG2P/openg2p-beneficiary-portal-api/actions/workflows/pre-commit.yml/badge.svg?branch=develop)](https://github.com/OpenG2P/openg2p-beneficiary-portal-api/actions/workflows/pre-commit.yml?query=branch%3Adevelop) +[![Build Status](https://github.com/OpenG2P/openg2p-beneficiary-portal-api/actions/workflows/test.yml/badge.svg?branch=develop)](https://github.com/OpenG2P/openg2p-beneficiary-portal-api/actions/workflows/test.yml?query=branch%3Adevelop) +[![codecov](https://codecov.io/gh/OpenG2P/openg2p-beneficiary-portal-api/branch/develop/graph/badge.svg)](https://codecov.io/gh/OpenG2P/openg2p-beneficiary-portal-api) +[![openapi](https://img.shields.io/badge/open--API-swagger-brightgreen)](https://validator.swagger.io/?url=https://raw.githubusercontent.com/OpenG2P/openg2p-beneficiary-portal-api/develop/api-docs/generated/openapi.json) [![PyPI](https://img.shields.io/pypi/v/openg2p-beneficiary-portal-api?label=pypi%20package)](https://pypi.org/project/openg2p-beneficiary-portal-api) [![PyPI - Downloads](https://img.shields.io/pypi/dm/openg2p-beneficiary-portal-api)](https://pypi.org/project/openg2p-beneficiary-portal-api) diff --git a/pyproject.toml b/pyproject.toml index d8bb202..ac71ed4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,8 +26,8 @@ dynamic = ["version"] [project.urls] Homepage = "https://openg2p.org" Documentation = "https://docs.openg2p.org/" -Repository = "https://github.com/OpenG2P/openg2p-portal-api" -Source = "https://github.com/OpenG2P/openg2p-portal-api" +Repository = "https://github.com/OpenG2P/openg2p-beneficiary-portal-api" +Source = "https://github.com/OpenG2P/openg2p-beneficiary-portal-api" [tool.hatch.version] path = "src/openg2p_beneficiary_portal_api/__init__.py"