23 # Start-Of-Header |
23 # Start-Of-Header |
24 name = "PyInstaller Plugin" |
24 name = "PyInstaller Plugin" |
25 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
25 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
26 autoactivate = True |
26 autoactivate = True |
27 deactivateable = True |
27 deactivateable = True |
28 version = "10.1.0" |
28 version = "10.1.1" |
29 className = "PyInstallerPlugin" |
29 className = "PyInstallerPlugin" |
30 packageName = "PyInstallerInterface" |
30 packageName = "PyInstallerInterface" |
31 shortDescription = "Show dialogs to configure and execute PyInstaller." |
31 shortDescription = "Show dialogs to configure and execute PyInstaller." |
32 longDescription = ( |
32 longDescription = ( |
33 """This plug-in implements dialogs to configure and execute PyInstaller""" |
33 """This plug-in implements dialogs to configure and execute PyInstaller""" |