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:
parent
05c36049e7
commit
a3b03e1995
@ -1,3 +1,7 @@
|
||||
[distutils]
|
||||
index-servers =
|
||||
pypi
|
||||
|
||||
[pypi]
|
||||
repository: https://pypi.python.org/pypi
|
||||
username: <%= pypi_username %>
|
||||
|
Loading…
Reference in New Issue
Block a user