From 98b35127671f13962b89b0c9dd89b0218eda43d5 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: Idefa586d3b2ff48d1245226588fa27923b0a0734 --- README.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.rst b/README.rst index 20bbca57..d04687f3 100644 --- a/README.rst +++ b/README.rst @@ -8,10 +8,6 @@ Python bindings to the OpenStack Trove API :target: https://pypi.org/project/python-troveclient/ :alt: Latest Version -.. image:: https://img.shields.io/pypi/dm/python-troveclient.svg - :target: https://pypi.org/project/python-troveclient/ - :alt: Downloads - This is a client for the OpenStack Trove API. There's a Python API (the ``troveclient`` module), and a command-line script (``trove``). Each implements 100% of the OpenStack Trove API.