From 125c3a73301018c57c5ccec8aa79bdb10772e9c3 Mon Sep 17 00:00:00 2001 From: troyyyyy Date: Sun, 7 Jan 2024 15:18:19 +0800 Subject: [PATCH] [ENH] add pypi badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e54cb7..0a02e58 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@
-[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/abl)](https://pypi.org/project/abl/) +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ablkit)](https://pypi.org/project/ablkit/) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/AbductiveLearning/ABL-Package/blob/main/LICENSE) +[![PyPI version](https://badge.fury.io/py/ablkit.svg)](https://badge.fury.io/py/ablkit) [![flake8 Lint](https://github.com/AbductiveLearning/ABL-Package/actions/workflows/lint.yaml/badge.svg)](https://github.com/AbductiveLearning/ABL-Package/actions/workflows/lint.yaml) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![ABL-Package-CI](https://github.com/AbductiveLearning/ABL-Package/actions/workflows/build-and-test.yaml/badge.svg)](https://github.com/AbductiveLearning/ABL-Package/actions/workflows/build-and-test.yaml)