25 # Start-Of-Header |
25 # Start-Of-Header |
26 name = "PyInstaller Plugin" |
26 name = "PyInstaller 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 = "2.0.0" |
30 version = "2.0.1" |
31 className = "PyInstallerPlugin" |
31 className = "PyInstallerPlugin" |
32 packageName = "PyInstaller" |
32 packageName = "PyInstaller" |
33 shortDescription = "Show dialogs to configure and execute PyInstaller." |
33 shortDescription = "Show dialogs to configure and execute PyInstaller." |
34 longDescription = ( |
34 longDescription = ( |
35 """This plug-in implements dialogs to configure and execute PyInstaller""" |
35 """This plug-in implements dialogs to configure and execute PyInstaller""" |