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.