30 # Start-Of-Header |
30 # Start-Of-Header |
31 name = "PyInstaller Plugin" |
31 name = "PyInstaller Plugin" |
32 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
32 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
33 autoactivate = True |
33 autoactivate = True |
34 deactivateable = True |
34 deactivateable = True |
35 version = "0.1.0" |
35 version = "0.9.9" |
36 className = "PyInstallerPlugin" |
36 className = "PyInstallerPlugin" |
37 packageName = "PyInstaller" |
37 packageName = "PyInstaller" |
38 shortDescription = "Show dialogs to configure and execute PyInstaller." |
38 shortDescription = "Show dialogs to configure and execute PyInstaller." |
39 longDescription = ( |
39 longDescription = ( |
40 """This plug-in implements dialogs to configure and execute PyInstaller""" |
40 """This plug-in implements dialogs to configure and execute PyInstaller""" |