system-config/modules/openstack_project/templates/pypirc.erb

9 lines
148 B
Plaintext

[distutils]
index-servers =
pypi
[pypi]
repository: https://pypi.python.org/pypi
username: <%= pypi_username %>
password: <%= pypi_password %>