File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 55The :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-
158A :file: `.pypirc ` file allows you to define the configuration for :term: `package
169indexes <Package Index> ` (referred to here as "repositories"), so that you don't
1710have 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+
2018The format (originally defined by the :ref: `distutils ` package) is:
2119
2220.. code-block :: ini
You can’t perform that action at this time.
0 commit comments