Skip to content

Commit

Permalink
Merge pull request #35 from lalithkota/1.0
Browse files Browse the repository at this point in the history
Repo renamed.
  • Loading branch information
lalithkota authored Jan 6, 2025
2 parents f50b4be + 98f6bb7 commit 8694349
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=1.0)](https://github.com/OpenG2P/openg2p-portal-api/actions/workflows/pre-commit.yml?query=branch%3A1.0)
[![Build Status](https://github.com/OpenG2P/openg2p-portal-api/actions/workflows/test.yml/badge.svg?branch=1.0)](https://github.com/OpenG2P/openg2p-portal-api/actions/workflows/test.yml?query=branch%3A1.0)
[![codecov](https://codecov.io/gh/OpenG2P/openg2p-portal-api/branch/1.0/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/1.0/api-docs/generated/openapi.json)
[![Pre-commit Status](https://github.com/OpenG2P/openg2p-beneficiary-portal-api/actions/workflows/pre-commit.yml/badge.svg?branch=1.0)](https://github.com/OpenG2P/openg2p-beneficiary-portal-api/actions/workflows/pre-commit.yml?query=branch%3A1.0)
[![Build Status](https://github.com/OpenG2P/openg2p-beneficiary-portal-api/actions/workflows/test.yml/badge.svg?branch=1.0)](https://github.com/OpenG2P/openg2p-beneficiary-portal-api/actions/workflows/test.yml?query=branch%3A1.0)
[![codecov](https://codecov.io/gh/OpenG2P/openg2p-beneficiary-portal-api/branch/1.0/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/1.0/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 8694349

Please sign in to comment.