a421f2ceb6
According to https://mail.python.org/pipermail/distutils-sig/2016-July/029332.html the correct hostname for warehouse-proxied uploads is now upload.pypi.org instead of upload.pypi.io, and the latter may eventually cease functioning. Change-Id: I9bcff2d9ab2e72f089d44e3bd5689b2db5bdac31
9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
[distutils]
|
|
index-servers =
|
|
pypi
|
|
|
|
[pypi]
|
|
repository: https://upload.pypi.org/legacy/
|
|
username: <%= pypi_username %>
|
|
password: <%= pypi_password %>
|