tripleo-upgrade/setup.cfg
liyou01 898db61035 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

Change-Id: I269d1bbd5e248d22b3caa21b84ba7e41cc3b6667
2021-04-27 15:47:22 +08:00

40 lines
1.3 KiB
INI

[metadata]
name = tripleo-upgrade
summary = tripleo-upgrade - An ansible role for upgrade and update a TripleO deployment
description_file =
README.rst
author = TripleO Team
author_email = openstack-discuss@lists.openstack.org
home_page = https://opendev.org/openstack/tripleo-upgrade
classifier =
License :: OSI Approved :: Apache Software License
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: System Administrators
Intended Audience :: Information Technology
Topic :: Utilities
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
data_files =
usr/local/share/ansible/roles/tripleo-upgrade/defaults = defaults/*
usr/local/share/ansible/roles/tripleo-upgrade/handlers = handlers/*
usr/local/share/ansible/roles/tripleo-upgrade/meta = meta/*
usr/local/share/ansible/roles/tripleo-upgrade/tasks = tasks/*
usr/local/share/ansible/roles/tripleo-upgrade/templates = templates/*
usr/local/share/ansible/roles/tripleo-upgrade/tests = tests/*
usr/local/share/ansible/roles/tripleo-upgrade/vars = vars/*
usr/local/share/ansible/roles/tripleo-upgrade/files = files/*
usr/local/share/ansible/roles/tripleo-upgrade/filter_plugins = filter_plugins/*
playbooks = playbooks/*
[wheel]
universal = 1
[pbr]
skip_authors = True
skip_changelog = True