summaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2016-08-18 16:18:25 -0700
committerAsk Solem <ask@celeryproject.org>2016-08-18 16:18:25 -0700
commit3270277007771611191d7d5ec8845bfe9356c7a2 (patch)
tree541f2a515af6c0433b0d4349cdc6b42d2f023d2a /docs/templates
parente1f552876fe00486889f11742af503af6fd11375 (diff)
downloadkombu-3270277007771611191d7d5ec8845bfe9356c7a2.tar.gz
Adds more README badges
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/readme.txt20
1 files changed, 16 insertions, 4 deletions
diff --git a/docs/templates/readme.txt b/docs/templates/readme.txt
index 28efe0cb..75e48065 100644
--- a/docs/templates/readme.txt
+++ b/docs/templates/readme.txt
@@ -2,7 +2,7 @@
kombu - Messaging library for Python
========================================
-|build-status| |coverage| |bitdeli|
+|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
.. include:: ../includes/introduction.txt
@@ -17,7 +17,19 @@
.. |coverage| image:: https://codecov.io/github/celery/kombu/coverage.svg?branch=master
:target: https://codecov.io/github/celery/kombu?branch=master
-.. |bitdeli| image:: https://d2weczhvl823v0.cloudfront.net/celery/kombu/trend.png
- :alt: Bitdeli badge
- :target: https://bitdeli.com/free
+.. |license| image:: https://img.shields.io/pypi/l/kombu.svg
+ :alt: BSD License
+ :target: https://opensource.org/licenses/BSD-3-Clause
+
+.. |wheel| image:: https://img.shields.io/pypi/wheel/kombu.svg
+ :alt: Kombu can be installed via wheel
+ :target: http://pypi.python.org/pypi/kombu/
+
+.. |pyversion| image:: https://img.shields.io/pypi/pyversions/kombu.svg
+ :alt: Supported Python versions.
+ :target: http://pypi.python.org/pypi/kombu/
+
+.. |pyimp| image:: https://img.shields.io/pypi/implementation/kombu.svg
+ :alt: Support Python implementations.
+ :target: http://pypi.python.org/pypi/kombu/
--