dce5663c1d
Change-Id: I618d00c6520ff195ce78579c2017ad7058c7eb0e
34 lines
747 B
INI
34 lines
747 B
INI
[metadata]
|
|
name = ansible-config_template
|
|
summary = Config Template plugin for Ansible
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/ansible-config_template/latest/
|
|
classifier =
|
|
Intended Audience :: Developers
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
data_files =
|
|
usr/share/ansible/plugins/action = action/*
|
|
usr/share/ansible/plugins/modules = library/*
|