PluginProjectPyramid.py

branch
eric7
changeset 169
0405f4f83719
parent 168
fee59283137b
child 171
4a8bf0845603
--- 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 = ""

eric ide

mercurial