a3b03e1995
* modules/openstack_project/templates/pypirc.erb: Add missing required distutils section to pypirc. This will allow twine to properly upload pypi packages. Change-Id: I54110695e7652bd79cb8e87c82c82eb2c156948f
9 lines
148 B
Plaintext
9 lines
148 B
Plaintext
[distutils]
|
|
index-servers =
|
|
pypi
|
|
|
|
[pypi]
|
|
repository: https://pypi.python.org/pypi
|
|
username: <%= pypi_username %>
|
|
password: <%= pypi_password %>
|