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
This commit is contained in:
wangqi 2018-08-07 05:56:58 +00:00
parent a5754a051b
commit bcd3e5db9d
1 changed files with 0 additions and 4 deletions

View File

@ -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.