From 34fdb2e03aa4999a7aabfd395593c052f0ed1855 Mon Sep 17 00:00:00 2001 From: Thea Flowers Date: Tue, 26 Feb 2019 12:38:49 -0800 Subject: [PATCH] Add a note that you need to use Twine to take advantage of metadata fields. --- warehouse/templates/manage/settings.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/warehouse/templates/manage/settings.html b/warehouse/templates/manage/settings.html index 92cc122f8b1e..80d21d15b868 100644 --- a/warehouse/templates/manage/settings.html +++ b/warehouse/templates/manage/settings.html @@ -25,11 +25,13 @@

Project description and sidebar

To set the '{{ project.name }}' description, author, links, classifiers, and other details for your next release, use - the setup() + the setup() arguments in your setup.py file. Updating these fields will not change the metadata for past - releases. See the - Python Packaging User Guide for more help. + 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.