summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMoises Lopez - https://www.vauxoo.com/ <moylop260@vauxoo.com>2016-05-17 04:21:59 -0500
committerClaudiu Popa <pcmanticore@gmail.com>2016-05-17 10:21:59 +0100
commit31dfdde186612a6e4212db09d0a69e8aaf369451 (patch)
tree4f161f886a2754ba2551f7587e998d05ea96b7f7 /README.rst
parent9f3077b3a0a2a5602df7850adc4f2d326d87e68f (diff)
downloadpylint-git-31dfdde186612a6e4212db09d0a69e8aaf369451.tar.gz
Add pypi badge (#907)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
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).