6.1 The .pypirc file

Python 2.5

6.1 The .pypirc file

The format of the .pypirc file is formated as follows:

[server-login]
repository: <repository-url>
username: <username>
password: <password>

repository can be ommitted and defaults to http://www.python.org/pypi.

See About this document... for information on suggesting changes.