diff -r 8bea096a0f24 -r 23b2fe1cd863 eric7/Plugins/PluginWizardSetup.py --- a/eric7/Plugins/PluginWizardSetup.py Tue Nov 02 17:59:27 2021 +0100 +++ b/eric7/Plugins/PluginWizardSetup.py Tue Nov 02 18:02:00 2021 +0100 @@ -27,8 +27,7 @@ shortDescription = "Wizard for the creation of a setup.py file." longDescription = ( """This plug-in implements a wizard to generate code for""" - """ a setup.py file. It supports the 'distutils' and 'setuptools'""" - """ variants.""" + """ a setup.py file. It supports the 'setuptools' variant.""" ) needsRestart = False pyqtApi = 2