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 |