From 2312182241d36c716e624a23acd51f2b0252e4aa Mon Sep 17 00:00:00 2001 From: Chen Date: Thu, 7 Jun 2018 22:38:41 +0800 Subject: [PATCH] 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 --- README.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.rst b/README.rst index bc06f544..f41e5b79 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``).