Skip to content

Commit 78b4061

Browse files
committed
Feedback
Signed-off-by: William Woodruff <william@astral.sh>
1 parent a0d16b1 commit 78b4061

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

source/specifications/pypirc.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,16 @@
55
The :file:`.pypirc` file
66
========================
77

8-
.. important::
9-
10-
The :file:`.pypirc` file **SHOULD** be UTF-8 encoded.
11-
12-
Tools that read or write :file:`.pypirc` files may not function correctly
13-
if another character encoding is used.
14-
158
A :file:`.pypirc` file allows you to define the configuration for :term:`package
169
indexes <Package Index>` (referred to here as "repositories"), so that you don't
1710
have to enter the URL, username, or password whenever you upload a package with
1811
:ref:`twine` or :ref:`flit`.
1912

13+
The :file:`.pypirc` file **SHOULD** be UTF-8 encoded.
14+
15+
Tools that read or write :file:`.pypirc` files may not function correctly
16+
if another character encoding is used.
17+
2018
The format (originally defined by the :ref:`distutils` package) is:
2119

2220
.. code-block:: ini

0 commit comments

Comments
 (0)