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
This commit is contained in:
Chen 2018-06-07 22:38:41 +08:00
parent 0cb0ffa32d
commit b3cca2ba62

View File

@ -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.