Add missing distutils section to pypirc.

* 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
This commit is contained in:
Clark Boylan 2013-10-03 14:40:39 -07:00
parent 05c36049e7
commit a3b03e1995

View File

@ -1,3 +1,7 @@
[distutils]
index-servers =
pypi
[pypi]
repository: https://pypi.python.org/pypi
username: <%= pypi_username %>