initial import
This commit is contained in:
32
setup.cfg
Normal file
32
setup.cfg
Normal file
@ -0,0 +1,32 @@
|
||||
[metadata]
|
||||
name = ansible-collection-backend
|
||||
summary = Ansible collections for managing OTC Backend
|
||||
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/backend/ = README.md
|
||||
share/ansible/collections/ansible_collections/opentelekomcloud/backend/plugins = plugins/*
|
||||
|
||||
[wheel]
|
||||
universal = 1
|
||||
|
||||
[pbr]
|
||||
skip_authors = True
|
||||
skip_changelog = True
|
Reference in New Issue
Block a user