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 = "1.0.0" |
29 version = "10.0.0" |
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.""" |