-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathsetup.cfg
More file actions
33 lines (29 loc) · 764 Bytes
/
setup.cfg
File metadata and controls
33 lines (29 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[metadata]
name = ansible-pacemaker
summary = Ansible modules for Pacemaker
description-file =
README.md
author = RedHat
author-email = mbultel@redhat.com
home-page = https://github.com/redhat-openstack/ansible-pacemaker
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/plugins/modules/ =
modules/pacemaker_cluster.py
modules/pacemaker_is_active.py
modules/pacemaker_resource.py
[wheel]
universal = 1
[pbr]
skip_authors = True
skip_changelog = True