PluginPyInstaller.py

changeset 23
fb21c3e2dc65
parent 21
519158f78a41
child 25
3d7e12729e7c
equal deleted inserted replaced
22:ebe88d1ca19b 23:fb21c3e2dc65
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 = "1.0.1" 35 version = "1.0.2"
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"""

eric ide

mercurial