src/eric7/Plugins/PluginWizardSetup.py

branch
eric7
changeset 11204
5cffd6e2b1d6
parent 11203
2ea34362b6b6
--- a/src/eric7/Plugins/PluginWizardSetup.py	Wed Apr 02 16:46:15 2025 +0200
+++ b/src/eric7/Plugins/PluginWizardSetup.py	Wed Apr 02 16:55:08 2025 +0200
@@ -98,7 +98,7 @@
                 """ needed to create the basic contents of a setup.py file. The"""
                 """ generated code is inserted at the current cursor position."""
                 """</p><p><b>Note:</b> The use of setup.py is deprecated. Use"""
-                """ <b>pyproject.toml</b> instead."""
+                """ <b>pyproject.toml</b> instead.</p>"""
             )
         )
         act.triggered.connect(functools.partial(self.__handle, "setup.py"))
@@ -122,7 +122,7 @@
                 """ needed to create the basic contents of a setup.cfg file. The"""
                 """ generated code is inserted at the current cursor position."""
                 """</p><p><b>Note:</b> The use of setup.cfg is deprecated. Use"""
-                """ <b>pyproject.toml</b> instead."""
+                """ <b>pyproject.toml</b> instead.</p>"""
             )
         )
         act.triggered.connect(functools.partial(self.__handle, "setup.cfg"))

eric ide

mercurial