Skip to content

Add a note that you need to use Twine to take advantage of metadata fields. #5488

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions warehouse/templates/manage/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ <h3>Project description and sidebar</h3>
<p>
To set the '{{ project.name }}' description, author, links,
classifiers, and other details for your next release, use
the <a href="https://packaging.python.org/tutorials/distributing-packages/#setup-args"><tt>setup()</tt>
the <a href="https://packaging.python.org/tutorials/distributing-packages/#setup-args" rel="noopener" target="_blank"><tt>setup()</tt>
arguments in your <tt>setup.py</tt> file</a>. Updating these
fields will not change the metadata for past
releases. See <a href="https://packaging.python.org/tutorials/distributing-packages/">the
Python Packaging User Guide</a> for more help.
releases. Additionally, you <strong>must</strong> use
<a href="https://twine.readthedocs.io/en/latest/" rel="noopener" target="_blank">Twine</a>
to upload your files in order to get full support for these fields. See
<a href="https://packaging.python.org/tutorials/distributing-packages/" rel="noopener" target="_blank">the Python Packaging User Guide</a> for more help.
</p>
<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>
</div>
Expand Down