ansible-role-lunasa-hsm/setup.cfg
jiangzhilin 1ae2b5a261 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: Id5f05171b1aa67e4f234ae60b2194031011343ec
2023-09-22 19:05:50 +00:00

24 lines
811 B
INI

[metadata]
name = ansible-role-lunasa-hsm
summary = ansible-role-lunasa-hsm - Ansible role to configure Lunasa HSM clients.
description_file =
README.rst
author = TripleO Team
author_email = alee@redhat.com
home_page = https://opendev.org/openstack/ansible-role-lunasa-hsm
classifier =
License :: OSI Approved :: Apache Software License
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: System Administrators
Intended Audience :: Information Technology
Topic :: Utilities
[files]
data_files =
share/ansible/roles/lunasa_hsm/defaults = defaults/*
share/ansible/roles/lunasa_hsm/meta = meta/*
share/ansible/roles/lunasa_hsm/tasks = tasks/*
share/ansible/roles/lunasa_hsm/templates = templates/*
share/ansible/roles/lunasa_hsm/files = files/*