eric7/Plugins/PluginWizardSetup.py

branch
eric7
changeset 8757
23b2fe1cd863
parent 8367
907860ca00d6
child 8881
54e42bc2437a
equal deleted inserted replaced
8756:8bea096a0f24 8757:23b2fe1cd863
25 className = "SetupWizard" 25 className = "SetupWizard"
26 packageName = "__core__" 26 packageName = "__core__"
27 shortDescription = "Wizard for the creation of a setup.py file." 27 shortDescription = "Wizard for the creation of a setup.py file."
28 longDescription = ( 28 longDescription = (
29 """This plug-in implements a wizard to generate code for""" 29 """This plug-in implements a wizard to generate code for"""
30 """ a setup.py file. It supports the 'distutils' and 'setuptools'""" 30 """ a setup.py file. It supports the 'setuptools' variant."""
31 """ variants."""
32 ) 31 )
33 needsRestart = False 32 needsRestart = False
34 pyqtApi = 2 33 pyqtApi = 2
35 # End-of-Header 34 # End-of-Header
36 35

eric ide

mercurial