-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
37 lines (32 loc) · 1.3 KB
/
setup.cfg
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
34
35
36
37
[metadata]
name = ansible-collections-opentelekomcloud._CHANGEME_
summary = Ansible collections for _CHANGEME_
description-file =
README.md
author = opentelekomcloud
home-page = https://open.telekom.cloud
classifier =
License :: OSI Approved :: Apache License
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: System Administrators
Intended Audience :: Information Technology
Topic :: System :: Systems Administration
Topic :: Utilities
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
data_files =
share/ansible/collections/ansible_collections/opentelekomcloud/_CHANGEME_/ = README.md
share/ansible/collections/ansible_collections/opentelekomcloud/_CHANGME_/roles/ = roles/*
share/ansible/collections/ansible_collections/opentelekomcloud/_CHANGME_/plugins/ = plugins/*
share/ansible/collections/ansible_collections/opentelekomcloud/_CHANGME_/playbooks/ = playbooks/*
share/ansible/collections/ansible_collections/opentelekomcloud/_CHANGME_/scripts/ = scripts/*
share/ansible/collections/ansible_collections/opentelekomcloud/_CHANGME_/docs/ = docs/*
share/ansible/collections/ansible_collections/opentelekomcloud/_CHANGME_/meta/ = meta/*
[wheel]
universal = 1
[pbr]
skip_authors = True
skip_changelog = True