Skip to content

Commit 8b854a4

Browse files
authored
Merge pull request #1980 from pypa/ww/pypirc-utf8
pypirc: stipulate UTF-8 encoding
2 parents a3a9e2b + fb9cce4 commit 8b854a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/specifications/pypirc.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ indexes <Package Index>` (referred to here as "repositories"), so that you don't
1010
have to enter the URL, username, or password whenever you upload a package with
1111
:ref:`twine` or :ref:`flit`.
1212

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+
1318
The format (originally defined by the :ref:`distutils` package) is:
1419

1520
.. code-block:: ini

0 commit comments

Comments
 (0)