summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen <dstbtgagt@foxmail.com>2018-06-07 22:38:41 +0800
committerChen <dstbtgagt@foxmail.com>2018-06-07 22:38:41 +0800
commit570bc0886ed194505ddad14182425951ee0ffdcb (patch)
tree94698397c2544750ac14af1747d7117f053455b1
parent35b99baf6e0da5b13fa72b50d7a20ff1944776de (diff)
downloadpython-cinderclient-570bc0886ed194505ddad14182425951ee0ffdcb.tar.gz
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
-rw-r--r--README.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index d8a26bc..b45bd6e 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.