11 lines
325 B
Plaintext
11 lines
325 B
Plaintext
|
## -*- mode: conf; -*-
|
||
|
|
||
|
[global]
|
||
|
extra-index-url =
|
||
|
https://pypi.rattailproject.org/simple/
|
||
|
% if env.theo_integrates_with == 'catapult':
|
||
|
https://${env.restricted_pypi_username}:${env.restricted_pypi_password}@pypi-restricted.rattailproject.org/catapult/
|
||
|
% endif
|
||
|
log-file = ${envroot}/pip.log
|
||
|
exists-action = i
|