--- 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"))