From 570bc0886ed194505ddad14182425951ee0ffdcb 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: I2a2b3970abb9c66b5a1db70248726a0fc6fb37a4 --- README.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.rst b/README.rst index d8a26bc38..b45bd6efc 100644 --- a/README.rst +++ b/README.rst @@ -14,10 +14,6 @@ Python bindings to the OpenStack Cinder API :target: https://pypi.org/project/python-cinderclient/ :alt: Latest Version -.. image:: https://img.shields.io/pypi/dm/python-cinderclient.svg - :target: https://pypi.org/project/python-cinderclient/ - :alt: Downloads - This is a client for the OpenStack Cinder API. There's a Python API (the ``cinderclient`` module), and a command-line script (``cinder``). Each implements 100% of the OpenStack Cinder API.