PluginPyLint.py

changeset 14
173696c1a25f
parent 10
398979610d9b
child 15
0fc414663bd9
equal deleted inserted replaced
13:404ee135f2ef 14:173696c1a25f
26 # Start-of-Header 26 # Start-of-Header
27 name = "PyLint Plugin" 27 name = "PyLint Plugin"
28 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 28 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
29 autoactivate = True 29 autoactivate = True
30 deactivateable = True 30 deactivateable = True
31 version = "5.1.0" 31 version = "5.1.1"
32 className = "PyLintPlugin" 32 className = "PyLintPlugin"
33 packageName = "PyLint" 33 packageName = "PyLint"
34 shortDescription = "Show the PyLint dialogs." 34 shortDescription = "Show the PyLint dialogs."
35 longDescription = """This plug-in implements the PyLint dialogs.""" \ 35 longDescription = """This plug-in implements the PyLint dialogs.""" \
36 """ PyLint is used to check Python source files according to various rules.""" 36 """ PyLint is used to check Python source files according to various rules."""

eric ide

mercurial