From c24c882b67aae03673b2eee3bfee57cd46ad949f 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: I36ad2c12e881149400c17174f56e8962df4c1aba --- README.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.rst b/README.rst index d3626b5..4404e40 100644 --- a/README.rst +++ b/README.rst @@ -25,10 +25,6 @@ Python bindings to the OpenStack Images API :target: https://pypi.org/project/python-glanceclient/ :alt: Latest Version -.. image:: https://img.shields.io/pypi/dm/python-glanceclient.svg - :target: https://pypi.org/project/python-glanceclient/ - :alt: Downloads - This is a client library for Glance built on the OpenStack Images API. It provides a Python API (the ``glanceclient`` module) and a command-line tool (``glance``). This library fully supports the v1 Images API, while support for the v2 API is in progress. Development takes place via the usual OpenStack processes as outlined in the `developer guide `_. The master repository is in `Git `_.