PluginPyInstaller.py

branch
eric7
changeset 49
3c0c8d42614c
parent 47
3b9805bff70c
child 51
37e614c54ea5
equal deleted inserted replaced
48:3af51f1f4c6b 49:3c0c8d42614c
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"""

eric ide

mercurial