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
commitbd6a4e07a4ee96fd0a9270de8eba277c0cc902dc (patch)
treed8b5efdcc75fc919af8fc4e9c187bb1b5c887376
parenta54d23542406d35d266a708f362024691209abd5 (diff)
downloadpython-saharaclient-bd6a4e07a4ee96fd0a9270de8eba277c0cc902dc.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: Ib3c14a686d3980a8ca0d29481d63f98f267fa222
-rw-r--r--README.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 6d4dfd3..f3279aa 100644
--- a/README.rst
+++ b/README.rst
@@ -14,10 +14,6 @@ Python bindings to the OpenStack Sahara API
:target: https://pypi.org/project/python-saharaclient/
:alt: Latest Version
-.. image:: https://img.shields.io/pypi/dm/python-saharaclient.svg
- :target: https://pypi.org/project/python-saharaclient/
- :alt: Downloads
-
This is a client for the OpenStack Sahara API. There's a Python API (the
``saharaclient`` module), and a command-line script (``sahara``). Each
implements the OpenStack Sahara API. You can find documentation for both