PluginProjectDjango.py

branch
eric7
changeset 178
60c87e256fc7
parent 176
1395e0583f4e
child 180
64339135bd61
equal deleted inserted replaced
177:bcea236d0e65 178:60c87e256fc7
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 = "10.0.0" 29 version = "10.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