generated from opentelekomcloud/ansible-collection-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
32 lines (27 loc) · 884 Bytes
/
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
[metadata]
name = ansible-collections-gitcontrol
summary = Ansible collections for managing GitHub organizations
description-file =
README.md
author = opentelekomcloud
home-page = https://open.telekom.cloud
classifier =
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
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/gitcontrol/ = README.md
share/ansible/collections/ansible_collections/opentelekomcloud/gitcontrol/plugins = plugins/*
[wheel]
universal = 1
[pbr]
skip_authors = True
skip_changelog = True