PluginProjectDjango.py

changeset 163
1622130167bb
parent 161
208fced62e00
child 165
80afe6639c6c
equal deleted inserted replaced
162:2df96a504e66 163:1622130167bb
24 # Start-of-Header 24 # Start-of-Header
25 name = "Django Project Plugin" 25 name = "Django 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 = "6.0.0" 29 version = "6.0.1"
30 className = "ProjectDjangoPlugin" 30 className = "ProjectDjangoPlugin"
31 packageName = "ProjectDjango" 31 packageName = "ProjectDjango"
32 shortDescription = "Project support for Django projects." 32 shortDescription = "Project support for Django projects."
33 longDescription = ( 33 longDescription = (
34 """This plugin implements project support for Django projects.""" 34 """This plugin implements project support for Django projects."""

eric ide

mercurial