From 4dd1c3075fd6f855b77061d654bb26f99c92ccb2 Mon Sep 17 00:00:00 2001 From: Chen Date: Thu, 7 Jun 2018 22:38:41 +0800 Subject: [PATCH] Remove PyPI downloads According to official site, https://packaging.python.org/guides/analyzing-pypi-package-downloads/ PyPI package download statistics is no longer maintained and thus should be removed. Change-Id: Ifd81d1071aee5c5e2ce1c52aa993b794c95455eb --- README.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.rst b/README.rst index 1810ef73..807f2374 100644 --- a/README.rst +++ b/README.rst @@ -14,10 +14,6 @@ Python bindings to the Designate API :target: https://pypi.org/project/python-designateclient/ :alt: Latest Version -.. image:: https://img.shields.io/pypi/dm/python-designateclient.svg - :target: https://pypi.org/project/python-designateclient/ - :alt: Downloads - This is a client library for Designate built on the Designate API. It provides a Python API (the ``designateclient`` module) and a command-line tool (``designate``).