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