governance/setup.cfg
Dean Troyer 6d93be5276 Add member table generation
This is taken from the OpenStack governance repo to generate the
member table from a data file.

Change-Id: I348d046603290fe6042b7d9070a6a71552742914
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-10-15 21:28:40 -05:00

25 lines
443 B
INI

[metadata]
name = starlingx-governance
version = 2018.1
summary = StarlingX Governance Documents
description-file =
README.rst
author = StarlingX TSC
author-email = starlingx-discuss@lists.starlingx.io
home-page = http://www.starlingx.io/
[files]
packages =
starlingx_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