From bcd3e5db9d015cb3b5c765c83db99d95bdede296 Mon Sep 17 00:00:00 2001 From: wangqi Date: Tue, 7 Aug 2018 05:56:58 +0000 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: I42ebd3541b8b34b5627b04676c925aa0162d058a --- README.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.rst b/README.rst index 7162b2c..2136b88 100644 --- a/README.rst +++ b/README.rst @@ -15,10 +15,6 @@ Team and repository tags :target: https://pypi.org/project/oslo.concurrency/ :alt: Latest Version -.. image:: https://img.shields.io/pypi/dm/oslo.concurrency.svg - :target: https://pypi.org/project/oslo.concurrency/ - :alt: Downloads - The oslo.concurrency library has utilities for safely running multi-thread, multi-process applications using locking mechanisms and for running external processes.