
This change adds a tool to perform basic JSONSchema validation of the reference/projects.yaml file. Change-Id: I28ff94af37d7f4de07c1d282bf3c37c77eeea101 Signed-off-by: Doug Hellmann <doug@doughellmann.com> Co-Authored-by: Zane Bitter <zbitter@redhat.com>
30 lines
537 B
INI
30 lines
537 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
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
osg-check-schema = openstack_governance._check_schema:main
|