From 3c04ef7f8f3b770f22cbc33c50dc9e79fc8bf1db Mon Sep 17 00:00:00 2001 From: JakobDev Date: Fri, 29 Jul 2022 12:51:38 +0200 Subject: [PATCH] Replace reference to setup.py in settings with pyproject.toml --- warehouse/templates/manage/project/settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warehouse/templates/manage/project/settings.html b/warehouse/templates/manage/project/settings.html index 4f19852c922d..32570cf745b9 100644 --- a/warehouse/templates/manage/project/settings.html +++ b/warehouse/templates/manage/project/settings.html @@ -102,7 +102,7 @@

{% trans %}2FA requirement{%

{% trans %}Project description and sidebar{% endtrans %}

{% trans trimmed project_name=project.name, setup_args_href='https://packaging.python.org/tutorials/distributing-packages/#setup-args', twine_docs_href='https://twine.readthedocs.io/en/latest/', distribution_href='https://packaging.python.org/tutorials/distributing-packages/' %} - To set the '{{ project_name }}' description, author, links, classifiers, and other details for your next release, use the setup() arguments in your setup.py file. + To set the '{{ project_name }}' description, author, links, classifiers, and other details for your next release, use your pyproject.toml file. Updating these fields will not change the metadata for past releases. Additionally, you must use Twine to upload your files in order to get full support for these fields. See the Python Packaging User Guide for more help.