From 3d15d2db05d9931b9cad1358469ff567d5b01346 Mon Sep 17 00:00:00 2001 From: "LB (Ben Johnston)" Date: Sat, 5 Mar 2022 14:14:57 +1000 Subject: [PATCH] Readme - add badges Add badges to the readme for Python package info, licence and code tests passing. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 81797d2627..4b14f86d74 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Wagtail is an open source content management system built on Django, with a stro ![Wagtail screenshot](https://cdn.jsdelivr.net/gh/wagtail/wagtail@main/.github/wagtail-screenshot-with-browser.png) +[![PyPI - License (BSD)](https://img.shields.io/pypi/l/wagtail)](https://github.com/wagtail/wagtail/blob/main/LICENSE) +[![PyPI version](https://badge.fury.io/py/wagtail.svg)](https://pypi.org/project/wagtail/) +[![Wagtail CI](https://github.com/wagtail/wagtail/actions/workflows/test.yml/badge.svg)](https://github.com/wagtail/wagtail/actions/workflows/test.yml) + ### Features * A fast, attractive interface for authors