99d8c3cdae
Changes have been made to the setup.cfg file so that this repository can be packaged (rpm, deb, etc) easier. This change also updates the project layout so that we're publishing the code to tarballs, which again, makes it easy to package config_template for distros. Change-Id: I7f3ee2a847995e5572f1241f3952ed2720a23958 Signed-off-by: Kevin Carter <kecarter@redhat.com>
35 lines
763 B
INI
35 lines
763 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]
|
|
skip_authors = True
|
|
skip_changelog = True
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
data_files =
|
|
share/ansible/plugins/action = action/*
|
|
share/ansible/plugins/modules = library/*
|