Skip to content

Commit

Permalink
Add a "Python Versions" badge as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed May 2, 2016
1 parent 30885e7 commit 2044922
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Flake8 __author__ Checker
=========================

|Build Status| |PyPI Version|
|Build Status| |PyPI Version| |Python Versions|

``flake8-author`` is a `Flake8 <https://flake8.readthedocs.org/>`_ extension
that checks Python modules for module-level ``__author__`` attributes.
Expand All @@ -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
Expand Down

0 comments on commit 2044922

Please sign in to comment.