Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions source/specifications/pypirc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
The :file:`.pypirc` file
========================

.. important::

The :file:`.pypirc` file **SHOULD** be UTF-8 encoded.

Tools that read or write :file:`.pypirc` files may not function correctly
if another character encoding is used.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wording is ok for me, but 1) I would not have the note before the paragraph below (that explains what even this file is) 2) I don’t think a callout («important» markup) is needed.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I'll adjust!


A :file:`.pypirc` file allows you to define the configuration for :term:`package
indexes <Package Index>` (referred to here as "repositories"), so that you don't
have to enter the URL, username, or password whenever you upload a package with
Expand Down