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
This commit is contained in:
Chen 2018-06-07 22:38:41 +08:00
parent 35b99baf6e
commit 570bc0886e
1 changed files with 0 additions and 4 deletions

View File

@ -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.