Skip to content

Commit f2e35eb

Browse files
theacodesdi
authored andcommitted
Add a note that you need to use Twine to take advantage of metadata fields. (#5488)
1 parent 442d392 commit f2e35eb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

warehouse/templates/manage/settings.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ <h3>Project description and sidebar</h3>
2525
<p>
2626
To set the '{{ project.name }}' description, author, links,
2727
classifiers, and other details for your next release, use
28-
the <a href="https://packaging.python.org/tutorials/distributing-packages/#setup-args"><tt>setup()</tt>
28+
the <a href="https://packaging.python.org/tutorials/distributing-packages/#setup-args" rel="noopener" target="_blank"><tt>setup()</tt>
2929
arguments in your <tt>setup.py</tt> file</a>. Updating these
3030
fields will not change the metadata for past
31-
releases. See <a href="https://packaging.python.org/tutorials/distributing-packages/">the
32-
Python Packaging User Guide</a> for more help.
31+
releases. Additionally, you <strong>must</strong> use
32+
<a href="https://twine.readthedocs.io/en/latest/" rel="noopener" target="_blank">Twine</a>
33+
to upload your files in order to get full support for these fields. See
34+
<a href="https://packaging.python.org/tutorials/distributing-packages/" rel="noopener" target="_blank">the Python Packaging User Guide</a> for more help.
3335
</p>
3436
<button type="button" title="Dismiss" data-action="click->dismissable#dismiss" class="callout-block__dismiss" aria-label="close"><i class="fa fa-times" aria-hidden="true"></i></button>
3537
</div>

0 commit comments

Comments
 (0)