1ae2b5a261
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
24 lines
811 B
INI
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/*
|