system-config/modules/openstack_project/templates/pypirc.erb
James E. Blair f52d2eb2b6 Revert "Fixing deprecation warnings"
This reverts commit 82b9b59522.

Change-Id: I746d7ae57802dc76618db9024a0cf94c43774c02
2014-07-02 17:35:02 +00:00

9 lines
148 B
Plaintext

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