32 # Start-of-Header |
32 # Start-of-Header |
33 name = "CxFreeze Plugin" |
33 name = "CxFreeze Plugin" |
34 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
34 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
35 autoactivate = True |
35 autoactivate = True |
36 deactivateable = True |
36 deactivateable = True |
37 version = "5.2.2" |
37 version = "5.3.0" |
38 className = "CxFreezePlugin" |
38 className = "CxFreezePlugin" |
39 packageName = "CxFreeze" |
39 packageName = "CxFreeze" |
40 shortDescription = "Show the CxFreeze dialogs." |
40 shortDescription = "Show the CxFreeze dialogs." |
41 longDescription = \ |
41 longDescription = \ |
42 """This plugin implements the CxFreeze dialogs.""" \ |
42 """This plugin implements the CxFreeze dialogs.""" \ |
43 """ CxFreeze is used to generate a distribution package.""" |
43 """ CxFreeze is used to generate a distribution package.""" |
44 needsRestart = False |
44 needsRestart = False |
45 pyqtApi = 2 |
45 pyqtApi = 2 |
|
46 python2Compatible = True |
46 # End-of-Header |
47 # End-of-Header |
47 |
48 |
48 exePy2 = [] |
49 exePy2 = [] |
49 exePy3 = [] |
50 exePy3 = [] |
50 |
51 |