From 23f1f40f2be3a1c0e3cf6894ed5ad85c2d6d1dd8 Mon Sep 17 00:00:00 2001 From: Alex Hadley Date: Fri, 9 Jun 2023 15:15:06 -0700 Subject: [PATCH] Add PyPI and License badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1dd1578..c672889 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ParamDB +[![PyPI Latest Release](https://img.shields.io/pypi/v/paramdb)](https://pypi.org/project/paramdb/) +[![License](https://img.shields.io/pypi/l/paramdb)](https://github.com/PainterQubits/paramdb/blob/main/LICENSE) [![CI](https://github.com/PainterQubits/paramdb/actions/workflows/ci.yml/badge.svg)](https://github.com/PainterQubits/paramdb/actions/workflows/ci.yml) [![Documentation Status](https://readthedocs.org/projects/paramdb/badge/?version=stable)](https://paramdb.readthedocs.io/en/stable/?badge=stable)