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
commitc24c882b67aae03673b2eee3bfee57cd46ad949f (patch)
tree456d20d5c29d08a42fb990581d10a3f4537ffbef
parent1cf00a5cc9c095071d18137c44f2722d0e20d84e (diff)
downloadpython-glanceclient-c24c882b67aae03673b2eee3bfee57cd46ad949f.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: I36ad2c12e881149400c17174f56e8962df4c1aba
-rw-r--r--README.rst4
1 files changed, 0 insertions, 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 <http://docs.openstack.org/infra/manual/developers.html>`_. The master repository is in `Git <https://git.openstack.org/cgit/openstack/python-glanceclient>`_.