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
commit2312182241d36c716e624a23acd51f2b0252e4aa (patch)
tree1be3532b24f4fe721165fc704d9e5cfbe194d18b
parent11c5bb887fb4ffff24eb7ad60bec7be79148775e (diff)
downloadpython-swiftclient-2312182241d36c716e624a23acd51f2b0252e4aa.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: I05e7d48d191bdaaf029f0ad1373a9c7c8b22e81e
-rw-r--r--README.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index bc06f54..f41e5b7 100644
--- a/README.rst
+++ b/README.rst
@@ -14,10 +14,6 @@ Python bindings to the OpenStack Object Storage API
:target: https://pypi.org/project/python-swiftclient/
:alt: Latest Version
-.. image:: https://img.shields.io/pypi/dm/python-swiftclient.svg
- :target: https://pypi.org/project/python-swiftclient/
- :alt: Downloads
-
This is a python client for the Swift API. There's a Python API (the
``swiftclient`` module), and a command-line script (``swift``).