PluginPyInstaller.py

branch
eric7
changeset 44
fca2c68606b8
parent 43
01ce3d6f7a07
child 46
ccd14067e6a2
equal deleted inserted replaced
43:01ce3d6f7a07 44:fca2c68606b8
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"""

eric ide

mercurial