PluginProjectKivy.py

branch
eric7
changeset 48
d79fe2dd2cb9
parent 47
072c7c4791d4
child 50
265ebe67da39
equal deleted inserted replaced
47:072c7c4791d4 48:d79fe2dd2cb9
22 # Start-of-Header 22 # Start-of-Header
23 name = "Kivy Project Plugin" 23 name = "Kivy Project Plugin"
24 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 24 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
25 autoactivate = True 25 autoactivate = True
26 deactivateable = True 26 deactivateable = True
27 version = "1.0.0" 27 version = "10.0.0"
28 className = "ProjectKivyPlugin" 28 className = "ProjectKivyPlugin"
29 packageName = "ProjectKivy" 29 packageName = "ProjectKivy"
30 shortDescription = "Project support for Kivy projects." 30 shortDescription = "Project support for Kivy projects."
31 longDescription = ( 31 longDescription = (
32 """This plugin implements project support for Kivy projects.""" 32 """This plugin implements project support for Kivy projects."""

eric ide

mercurial