Skip to content

Commit 03fe217

Browse files
sabre-codedi
andauthored
Updated settings.html (#13310)
Co-authored-by: Dustin Ingram <[email protected]>
1 parent 937b343 commit 03fe217

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

warehouse/locale/messages.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5625,7 +5625,7 @@ msgstr ""
56255625
msgid ""
56265626
"To set the '%(project_name)s' description, author, links, classifiers, "
56275627
"and other details for your next release, use the <a "
5628-
"href=\"%(setup_args_href)s\" rel=\"noopener\" "
5628+
"href=\"%(pyproject_args_href)s\" rel=\"noopener\" "
56295629
"target=\"_blank\"><code>setup()</code> arguments in your "
56305630
"<code>setup.py</code> file</a>. Updating these fields will not change the"
56315631
" metadata for past releases. Additionally, you <strong>must</strong> use "

warehouse/templates/manage/project/settings.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ <h3>{% trans %}<abbr title="two factor authentication">2FA</abbr> requirement{%
101101
<div class="callout-block" data-controller="dismissable" data-dismissable-identifier="settings">
102102
<h3>{% trans %}Project description and sidebar{% endtrans %}</h3>
103103
<p>
104-
{% trans 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/' %}
105-
To set the '{{ project_name }}' description, author, links, classifiers, and other details for your next release, use the <a href="{{ setup_args_href }}" rel="noopener" target="_blank"><code>setup()</code> arguments in your <code>setup.py</code> file</a>.
104+
{% trans project_name=project.name, pyproject_args_href='https://packaging.python.org/en/latest/tutorials/packaging-projects/#creating-pyproject-toml', twine_docs_href='https://twine.readthedocs.io/en/latest/', distribution_href='https://packaging.python.org/tutorials/distributing-packages/' %}
105+
To set the '{{ project_name }}' description, author, links, classifiers, and other details for your next release, use the <a href="{{ pyproject_args_href }}" rel="noopener" target="_blank"><code>setup()</code> arguments in your <code>setup.py</code> file</a>.
106106
Updating these fields will not change the metadata for past releases.
107107
Additionally, you <strong>must</strong> use <a href="{{ twine_docs_href }}" rel="noopener" target="_blank">Twine</a> to upload your files in order to get full support for these fields.
108108
See <a href="{{ distribution_href }}" rel="noopener" target="_blank">the Python Packaging User Guide</a> for more help.

0 commit comments

Comments
 (0)