ed0d7e3bf1
The vars, tests and handlers folders are not properly packaged. This change updates the setup.cfg to include these folders for distribution. Change-Id: I0d5784c01a681341b50418ef79888ac6d94a5344
39 lines
1.0 KiB
INI
39 lines
1.0 KiB
INI
[metadata]
|
|
name = ansible-role-chrony
|
|
summary = ansible-role-chrony - Ansible chrony role
|
|
description-file =
|
|
README.rst
|
|
author = TripleO Team
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = https://git.openstack.org/cgit/openstack/ansible-role-chrony
|
|
classifier =
|
|
License :: OSI Approved :: Apache Software License
|
|
Development Status :: 4 - Beta
|
|
Intended Audience :: Developers
|
|
Intended Audience :: System Administrators
|
|
Intended Audience :: Information Technology
|
|
Topic :: Utilities
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
data_files =
|
|
share/ansible/roles/chrony/defaults = defaults/*
|
|
share/ansible/roles/chrony/files = files/*
|
|
share/ansible/roles/chrony/handlers = handlers/*
|
|
share/ansible/roles/chrony/meta = meta/*
|
|
share/ansible/roles/chrony/tasks = tasks/*
|
|
share/ansible/roles/chrony/templates = templates/*
|
|
share/ansible/roles/chrony/tests = tests/*
|
|
share/ansible/roles/chrony/vars = vars/*
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[pbr]
|
|
skip_authors = True
|
|
skip_changelog = True
|
|
|