From 31dfdde186612a6e4212db09d0a69e8aaf369451 Mon Sep 17 00:00:00 2001 From: "Moises Lopez - https://www.vauxoo.com/" Date: Tue, 17 May 2016 04:21:59 -0500 Subject: Add pypi badge (#907) --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index a36072f94..811e85068 100644 --- a/README.rst +++ b/README.rst @@ -12,6 +12,10 @@ README for Pylint - http://www.pylint.org/ .. image:: https://coveralls.io/repos/github/PyCQA/pylint/badge.svg?branch=master :target: https://coveralls.io/github/PyCQA/pylint?branch=master +.. image:: https://img.shields.io/pypi/v/pylint.svg + :alt: Pypi Package version + :target: https://pypi.python.org/pypi/pylint + Pylint is a Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells (as defined in Martin Fowler's Refactoring book). -- cgit v1.2.1