24 # Start-of-Header |
24 # Start-of-Header |
25 name = "Kivy Project Plugin" |
25 name = "Kivy Project Plugin" |
26 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
26 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
27 autoactivate = True |
27 autoactivate = True |
28 deactivateable = True |
28 deactivateable = True |
29 version = "1.1.2" |
29 version = "1.2.0" |
30 className = "ProjectKivyPlugin" |
30 className = "ProjectKivyPlugin" |
31 packageName = "ProjectKivy" |
31 packageName = "ProjectKivy" |
32 shortDescription = "Project support for Kivy projects." |
32 shortDescription = "Project support for Kivy projects." |
33 longDescription = \ |
33 longDescription = \ |
34 """This plugin implements project support for Kivy projects.""" |
34 """This plugin implements project support for Kivy projects.""" |
35 needsRestart = False |
35 needsRestart = False |
36 pyqtApi = 2 |
36 pyqtApi = 2 |
|
37 python2Compatible = True |
37 # End-of-Header |
38 # End-of-Header |
38 |
39 |
39 error = "" |
40 error = "" |
40 |
41 |
41 |
42 |