25 # Start-of-Header |
25 # Start-of-Header |
26 name = "PyLint Plugin" |
26 name = "PyLint Plugin" |
27 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
27 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
28 autoactivate = True |
28 autoactivate = True |
29 deactivateable = True |
29 deactivateable = True |
30 version = "10.1.0" |
30 version = "10.1.1" |
31 className = "PyLintPlugin" |
31 className = "PyLintPlugin" |
32 packageName = "PyLintInterface" |
32 packageName = "PyLintInterface" |
33 shortDescription = "Show the PyLint dialogs." |
33 shortDescription = "Show the PyLint dialogs." |
34 longDescription = ( |
34 longDescription = ( |
35 """This plug-in implements the PyLint dialogs. PyLint is used to check""" |
35 """This plug-in implements the PyLint dialogs. PyLint is used to check""" |