governance/setup.cfg
Doug Hellmann 6e7253899c move members file parsing into a reusable module
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>
2018-10-08 19:16:34 -04:00

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