diff -r 5cffd6e2b1d6 -r 7981b062ec1b src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html --- a/src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html Wed Apr 02 16:55:08 2025 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html Wed Apr 02 16:56:06 2025 +0200 @@ -92,6 +92,14 @@ <td>Private method to populate the classifiers.</td> </tr> <tr> +<td><a href="#SetupWizardDialog.__populateSpdxLicenses">__populateSpdxLicenses</a></td> +<td>Private method to populate the license selector for the creation of a pyproject.toml file.</td> +</tr> +<tr> +<td><a href="#SetupWizardDialog.__populateTroveLicenses">__populateTroveLicenses</a></td> +<td>Private method to populate the license selector for the creation of a setup.py or setup.cfg file.</td> +</tr> +<tr> <td><a href="#SetupWizardDialog.accept">accept</a></td> <td>Public slot to handle pressing the OK button.</td> </tr> @@ -334,6 +342,25 @@ Private method to populate the classifiers. </p> +<a NAME="SetupWizardDialog.__populateSpdxLicenses" ID="SetupWizardDialog.__populateSpdxLicenses"></a> +<h4>SetupWizardDialog.__populateSpdxLicenses</h4> +<b>__populateSpdxLicenses</b>(<i></i>) +<p> + Private method to populate the license selector for the creation of a + pyproject.toml file. +</p> + +<a NAME="SetupWizardDialog.__populateTroveLicenses" ID="SetupWizardDialog.__populateTroveLicenses"></a> +<h4>SetupWizardDialog.__populateTroveLicenses</h4> +<b>__populateTroveLicenses</b>(<i></i>) +<p> + Private method to populate the license selector for the creation of a + setup.py or setup.cfg file. +</p> +<p> + Note: These files are deprecated in favor of pyproject.toml. +</p> + <a NAME="SetupWizardDialog.accept" ID="SetupWizardDialog.accept"></a> <h4>SetupWizardDialog.accept</h4> <b>accept</b>(<i></i>)