Skip to content

Commit c98d243

Browse files
committed
pypirc: stipulate UTF-8 encoding
Signed-off-by: William Woodruff <william@astral.sh>
1 parent 06344a2 commit c98d243

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/specifications/pypirc.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
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+
815
A :file:`.pypirc` file allows you to define the configuration for :term:`package
916
indexes <Package Index>` (referred to here as "repositories"), so that you don't
1017
have to enter the URL, username, or password whenever you upload a package with

0 commit comments

Comments
 (0)