summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen <dstbtgagt@foxmail.com>2018-06-07 22:38:41 +0800
committerChen <dstbtgagt@foxmail.com>2018-06-07 22:38:41 +0800
commita205be6b70e8ab79b143fcdf78cbfcaa849f2702 (patch)
tree532ac87c898d016996f9e17832dac3a4124bda23
parent434d7da456a00fea81fa570872613228c3bf7c3f (diff)
downloadpython-barbicanclient-a205be6b70e8ab79b143fcdf78cbfcaa849f2702.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: I4e1254172f94b609967f1ee8689f5c780dd56f6f
-rw-r--r--README.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index b6fe76d..a614eb0 100644
--- a/README.rst
+++ b/README.rst
@@ -5,10 +5,6 @@ python-barbicanclient
:target: https://pypi.org/project/python-barbicanclient/
:alt: Latest Version
-.. image:: https://img.shields.io/pypi/dm/python-barbicanclient.svg
- :target: https://pypi.org/project/python-barbicanclient/
- :alt: Downloads
-
This is a client for the `Barbican <https://github.com/openstack/barbican>`__
Key Management API. There is a Python library for accessing the API
(`barbicanclient` module), and a command-line script (`barbican`).