PluginProjectKivy.py

changeset 13
2edce8c1ad5b
parent 11
a3a738778142
child 16
5097de237f1a
equal deleted inserted replaced
12:f59341511aa1 13:2edce8c1ad5b
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the Kivy project plug-in. 7 Module implementing the Kivy project plug-in.
8 """ 8 """
9
10 from __future__ import unicode_literals # __IGNORE_WARNING__
9 11
10 import os 12 import os
11 import glob 13 import glob
12 import fnmatch 14 import fnmatch
13 15
22 # Start-of-Header 24 # Start-of-Header
23 name = "Kivy Project Plugin" 25 name = "Kivy Project Plugin"
24 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 26 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
25 autoactivate = True 27 autoactivate = True
26 deactivateable = True 28 deactivateable = True
27 version = "1.0.1" 29 version = "1.1.0"
28 className = "ProjectKivyPlugin" 30 className = "ProjectKivyPlugin"
29 packageName = "ProjectKivy" 31 packageName = "ProjectKivy"
30 shortDescription = "Project support for Kivy projects." 32 shortDescription = "Project support for Kivy projects."
31 longDescription = \ 33 longDescription = \
32 """This plugin implements project support for Kivy projects.""" 34 """This plugin implements project support for Kivy projects."""

eric ide

mercurial