We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06344a2 commit c98d243Copy full SHA for c98d243
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