From a7c2622037bdf04a39359755087068e870447a2d Mon Sep 17 00:00:00 2001 From: Travis Clarke Date: Sun, 10 Feb 2019 19:19:32 -0800 Subject: [PATCH] add badge to show python versions --- README.md | 1 + docs/source/index.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 56082f5..0d93be7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # [pprintjson](https://pprintjson.readthedocs.io/en/latest/) [![PyPi release](https://img.shields.io/pypi/v/pprintjson.svg)](https://pypi.org/project/pprintjson/) +[![PyPi versions](https://img.shields.io/pypi/pyversions/pprintjson.svg?style=flat)](https://pypi.org/project/pprintjson/) [![Downloads](https://pepy.tech/badge/pprintjson)](https://pepy.tech/project/pprintjson) [![Documentation Status](https://readthedocs.org/projects/pprintjson/badge/?version=latest)](https://pprintjson.readthedocs.io/en/latest/?badge=latest) diff --git a/docs/source/index.md b/docs/source/index.md index 5f9c89f..aefed54 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -13,6 +13,9 @@ Version |version| .. image:: https://img.shields.io/pypi/v/pprintjson.svg :target: https://pypi.org/project/pprintjson/ +.. image:: https://img.shields.io/pypi/pyversions/pprintjson.svg + :target: https://pypi.org/project/pprintjson/ + .. image:: https://pepy.tech/badge/pprintjson :target: https://pepy.tech/project/pprintjson