From 2044922c3f069a1b8bc9c66542573128af5d6c3f Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Mon, 2 May 2016 11:47:51 -0700 Subject: [PATCH] Add a "Python Versions" badge as well --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 365fe63..389968f 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Flake8 __author__ Checker ========================= -|Build Status| |PyPI Version| +|Build Status| |PyPI Version| |Python Versions| ``flake8-author`` is a `Flake8 `_ extension that checks Python modules for module-level ``__author__`` attributes. @@ -27,6 +27,8 @@ using a configurable pattern. :target: https://travis-ci.org/jparise/flake8-author .. |PyPI Version| image:: https://img.shields.io/pypi/v/flake8-author.svg :target: https://pypi.python.org/pypi/flake8-author +.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/flake8-author.png + :target: https://pypi.python.org/pypi/flake8-author Installation