service-types-authority/setup.cfg
Monty Taylor 4b9b900d1a Add validation and publication infrastructure
Add a jsonschema document and a validation script so that we can gate
on conformity.

Add docs infrastructure to publish the README, the file and the schema.
We can probably make it look nicer later with some sphinx magic.

Depends-On: I5eb1503f815440cac2d127c1f1fec1318e894323
Change-Id: I0f5023d28d9344e87db5a01e7fd1f19a427bec4c
2017-05-04 15:36:50 +00:00

33 lines
780 B
INI

[metadata]
name = service_types_authority
summary = OpenStack Service Types Authority
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://git.openstack.org/cgit/openstack/service-types-authority
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[wheel]
universal = 1
[pbr]
# Treat sphinx warnings as errors during the docs build; this helps us keep
# the documentation clean.
warnerrors = true