ansible-collections-openstack/setup.cfg
yangyawei 3320c662c8 setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I01ed896fb685dc6e8873b26942fa1c85c897a25f
2021-04-29 17:38:54 +08:00

39 lines
1.3 KiB
INI

[metadata]
name = ansible-collections-openstack.cloud
summary = Ansible collections for Openstack cloud
description_file =
README.md
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://opendev.org/openstack/ansible-collections-openstack/
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/openstack/cloud/ = README.md
share/ansible/collections/ansible_collections/openstack/cloud/roles/ = roles/*
share/ansible/collections/ansible_collections/openstack/cloud/plugins/ = plugins/*
share/ansible/collections/ansible_collections/openstack/cloud/playbooks/ = playbooks/*
share/ansible/collections/ansible_collections/openstack/cloud/scripts/ = scripts/*
share/ansible/collections/ansible_collections/openstack/cloud/docs/ = docs/*
share/ansible/collections/ansible_collections/openstack/cloud/meta/ = meta/*
[wheel]
universal = 1
[pbr]
skip_authors = True
skip_changelog = True