From 6840aa02b61d7b3316f21419296bbfb21d5ca6b3 Mon Sep 17 00:00:00 2001 From: Tim Paine Date: Thu, 9 Mar 2023 13:35:13 -0500 Subject: [PATCH] add pypi badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ef4a42..6fc5d1c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Example python project [![Build Status](https://github.com/ColumbiaOSS/example-project-python/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/ColumbiaOSS/example-project-python/actions?query=workflow%3A%22Build+Status%22) [![codecov](https://codecov.io/gh/ColumbiaOSS/example-project-python/branch/main/graph/badge.svg)](https://codecov.io/gh/ColumbiaOSS/example-project-python) +[![PyPI](https://img.shields.io/pypi/v/example-project-python)](https://pypi.org/project/example-project-python/) ## Details This project is a pure python project using modern tooling. It uses a `Makefile` as a command registry, with the following commands: