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