PluginProjectPyramid.py

changeset 35
1d8e5f67ded1
parent 34
d20f7218d53c
child 37
1b089e0fba1e
equal deleted inserted replaced
34:d20f7218d53c 35:1d8e5f67ded1
27 # Start-of-Header 27 # Start-of-Header
28 name = "Pyramid Project Plugin" 28 name = "Pyramid Project Plugin"
29 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 29 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
30 autoactivate = True 30 autoactivate = True
31 deactivateable = True 31 deactivateable = True
32 version = "0.4.0" 32 version = "1.0.0"
33 className = "ProjectPyramidPlugin" 33 className = "ProjectPyramidPlugin"
34 packageName = "ProjectPyramid" 34 packageName = "ProjectPyramid"
35 shortDescription = "Project support for Pyramid projects." 35 shortDescription = "Project support for Pyramid projects."
36 longDescription = """This plugin implements project support for Pyramid projects.""" 36 longDescription = """This plugin implements project support for Pyramid projects."""
37 needsRestart = False 37 needsRestart = False

eric ide

mercurial