PluginPyInstaller.py

changeset 30
dac0c3cc0b4b
parent 28
3c8dbc198753
child 32
efd82d7dea1f
equal deleted inserted replaced
29:4a2310cf9641 30:dac0c3cc0b4b
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"""

eric ide

mercurial