We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11477a6 commit a0d16b1Copy full SHA for a0d16b1
source/specifications/pypirc.rst
@@ -5,6 +5,13 @@
5
The :file:`.pypirc` file
6
========================
7
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
15
A :file:`.pypirc` file allows you to define the configuration for :term:`package
16
indexes <Package Index>` (referred to here as "repositories"), so that you don't
17
have to enter the URL, username, or password whenever you upload a package with
0 commit comments