From 1c335f83e9afac4280b408623ea1dc73d773b13e Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Fri, 8 Feb 2019 12:01:33 +0100 Subject: [PATCH] Added PyPi downloads badge to README. [ci skip] --- README.md | 1 + README.rst | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 283edda..a72a8d7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![codecov](https://codecov.io/gh/fabiocaccamo/django-admin-interface/branch/master/graph/badge.svg)](https://codecov.io/gh/fabiocaccamo/django-admin-interface) [![Code Health](https://landscape.io/github/fabiocaccamo/django-admin-interface/master/landscape.svg?style=flat)](https://landscape.io/github/fabiocaccamo/django-admin-interface/master) [![PyPI version](https://badge.fury.io/py/django-admin-interface.svg)](https://badge.fury.io/py/django-admin-interface) +[![PyPI downloads](https://img.shields.io/pypi/dm/django-admin-interface.svg)](https://img.shields.io/pypi/dm/django-admin-interface.svg) [![Py versions](https://img.shields.io/pypi/pyversions/django-admin-interface.svg)](https://img.shields.io/pypi/pyversions/django-admin-interface.svg) [![License](https://img.shields.io/pypi/l/django-admin-interface.svg)](https://img.shields.io/pypi/l/django-admin-interface.svg) diff --git a/README.rst b/README.rst index 889f943..67963ce 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -|Build Status| |codecov| |Code Health| |PyPI version| |Py versions| |License| +|Build Status| |codecov| |Code Health| |PyPI version| |PyPI downloads| |Py versions| |License| django-admin-interface ====================== @@ -137,6 +137,8 @@ Released under **MIT License**. .. |PyPI version| image:: https://badge.fury.io/py/django-admin-interface.svg +.. |PyPI downloads| image:: https://img.shields.io/pypi/dm/django-admin-interface.svg + .. |Py versions| image:: https://img.shields.io/pypi/pyversions/django-admin-interface.svg .. |License| image:: https://img.shields.io/pypi/l/django-admin-interface.svg