6e7253899c
Set up openstack_governance as a package for reusable code and move the members parsing function there. Change-Id: Ic8845296d9fe8ee7822f2543d83a18000e96b6ff Signed-off-by: Doug Hellmann <doug@doughellmann.com>
25 lines
439 B
INI
25 lines
439 B
INI
[metadata]
|
|
name = openstack-governance
|
|
version = 2014.1
|
|
summary = OpenStack Governance Documents
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack TC
|
|
author-email = openstack-tc@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
|
|
[files]
|
|
packages =
|
|
openstack_governance
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
warning-is-error = 1
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[flake8]
|
|
ignore = E501,E226,H405 |