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
commitb3cca2ba62e80d5ce9bd9e6a4484ca36fe4c7b0f (patch)
tree63d73a6fffb3b36a03e5dbb792eb4e10f32660a0
parent0cb0ffa32de475059003f7ee973925caf4bb14e8 (diff)
downloadpython-novaclient-b3cca2ba62e80d5ce9bd9e6a4484ca36fe4c7b0f.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: I98fb84b6724a43afc91686e939ea26c94a4e8176
-rw-r--r--README.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 15655512..2d174410 100644
--- a/README.rst
+++ b/README.rst
@@ -15,10 +15,6 @@ Python bindings to the OpenStack Compute API
:target: https://pypi.org/project/python-novaclient/
:alt: Latest Version
-.. image:: https://img.shields.io/pypi/dm/python-novaclient.svg
- :target: https://pypi.org/project/python-novaclient/
- :alt: Downloads
-
This is a client for the OpenStack Compute API. It provides a Python API (the
``novaclient`` module) and a command-line script (``nova``). Each implements
100% of the OpenStack Compute API.