PluginPyLint.py

changeset 16
ea2cd48d7338
parent 15
0fc414663bd9
child 18
ae62d56e345d
equal deleted inserted replaced
15:0fc414663bd9 16:ea2cd48d7338
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.1" 31 version = "5.1.2"
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