From 01cf3f7ef1e8d4248868a98bbc6770ba9c84fcac Mon Sep 17 00:00:00 2001 From: wangqi Date: Tue, 7 Aug 2018 05:59:01 +0000 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: I456b482729ed7e200dfa0f390058ddffeb304932 --- README.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.rst b/README.rst index 01e85e0..d656ebb 100644 --- a/README.rst +++ b/README.rst @@ -15,10 +15,6 @@ python-cyborgclient :target: https://pypi.python.org/pypi/python-cyborgclient/ :alt: Latest Version -.. image:: https://img.shields.io/pypi/dm/python-cyborgclient.svg - :target: https://pypi.python.org/pypi/python-cyborgclient/ - :alt: Downloads - python-cyborgclient is a python bindings to the OpenStack Cyborg API. There's a Python API (the ``cyborgclient`` module), and a command-line script (``cyborg``). Each implements 100% of the OpenStack Cyborg API.