--- a/PluginProjectPyramid.py Sat Dec 23 17:16:21 2023 +0100 +++ b/PluginProjectPyramid.py Mon Oct 28 17:35:47 2024 +0100 @@ -25,17 +25,20 @@ from ProjectPyramid.Project import Project # Start-of-Header -name = "Pyramid Project Plugin" -author = "Detlev Offenbach <detlev@die-offenbachs.de>" -autoactivate = True -deactivateable = True -version = "10.3.0" -className = "ProjectPyramidPlugin" -packageName = "ProjectPyramid" -shortDescription = "Project support for Pyramid projects." -longDescription = """This plugin implements project support for Pyramid projects.""" -needsRestart = False -pyqtApi = 2 +__header__ = { + "name": "Pyramid Project Plugin", + "author": "Detlev Offenbach <detlev@die-offenbachs.de>", + "autoactivate": True, + "deactivateable": True, + "version": "10.4.0", + "className": "ProjectPyramidPlugin", + "packageName": "ProjectPyramid", + "shortDescription": "Project support for Pyramid projects.", + "longDescription": "This plugin implements project support for Pyramid projects.", + "needsRestart": False, + "hasCompiledForms": True, + "pyqtApi": 2, +} # End-of-Header error = ""