summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorwangqi <wang.qi@99cloud.net>2018-08-07 05:56:58 +0000
committerwangqi <wang.qi@99cloud.net>2018-08-07 05:57:25 +0000
commitbcd3e5db9d015cb3b5c765c83db99d95bdede296 (patch)
tree46e1febeeaf970841fa1b865c817f4e044ada6dc /README.rst
parenta5754a051b5bffaeadddaa2135ffc34152fadd2f (diff)
downloadoslo-concurrency-bcd3e5db9d015cb3b5c765c83db99d95bdede296.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: I42ebd3541b8b34b5627b04676c925aa0162d058a
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 0 insertions, 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.