Skip to content

Commit

Permalink
Repo renamed.
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Kota <kotalalith@gmail.com>
  • Loading branch information
lalithkota committed Jan 6, 2025
1 parent e75cfbd commit 0ad200c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0ad200c

Please sign in to comment.