From ba7f1217ac599b38a8ae319906a6556335cbacc5 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: Ib43759f6e7edc55f13a2466a7c6098cca883df39 --- README.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.rst b/README.rst index deef83cec..1ad7f9abe 100644 --- a/README.rst +++ b/README.rst @@ -14,10 +14,6 @@ Python bindings to the OpenStack Identity API (Keystone) :target: https://pypi.org/project/python-keystoneclient/ :alt: Latest Version -.. image:: https://img.shields.io/pypi/dm/python-keystoneclient.svg - :target: https://pypi.org/project/python-keystoneclient/ - :alt: Downloads - This is a client for the OpenStack Identity API, implemented by the Keystone team; it contains a Python API (the ``keystoneclient`` module) for OpenStack's Identity Service. For command line interface support, use