From 6fdd494d7e82b3468deeb2a66d9aab61a2fa0b62 Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Wed, 23 Oct 2024 16:13:44 +0800 Subject: [PATCH] chore: update badge Signed-off-by: Frost Ming --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22ed428..80cb03f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The build backend used by [PDM] that supports latest packaging standards. [![PyPI](https://img.shields.io/pypi/v/pdm-backend?label=PyPI)](https://pypi.org/project/pdm-backend) [![Tests](https://github.com/pdm-project/pdm-backend/actions/workflows/ci.yml/badge.svg)](https://github.com/pdm-project/pdm-backend/actions/workflows/ci.yml) [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/pdm-project/pdm-backend/main.svg)](https://results.pre-commit.ci/latest/github/pdm-project/pdm-backend/main) -[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)][PDM] +[![pdm-managed](https://img.shields.io/endpoint?url=https%3A%2F%2Fcdn.jsdelivr.net%2Fgh%2Fpdm-project%2F.github%2Fbadge.json)](https://pdm-project.org) This is the backend for [PDM] projects that is fully-compatible with [PEP 517] spec, but you can also use it alone. It reads the metadata of [PEP 621] format and coverts it to [Core metadata].