5e0c8b19ab
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: I3699a7b8ae858463cdd84b11072557049e798309
23 lines
931 B
INI
23 lines
931 B
INI
[metadata]
|
|
name = ansible-role-python_venv_build
|
|
summary = Ansible role to manage the building of python venvs
|
|
description_file =
|
|
README.rst
|
|
author = OpenStack
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
home_page = https://docs.openstack.org/ansible-role-python_venv_build/latest/
|
|
classifier =
|
|
Intended Audience :: Developers
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
|
|
[files]
|
|
data_files =
|
|
usr/local/share/ansible/roles/python_venv_build/defaults = defaults/*
|
|
usr/local/share/ansible/roles/python_venv_build/meta = meta/*
|
|
usr/local/share/ansible/roles/python_venv_build/tasks = tasks/*
|
|
usr/local/share/ansible/roles/python_venv_build/templates = templates/*
|
|
usr/local/share/ansible/roles/python_venv_build/handlers = handlers/*
|
|
usr/local/share/ansible/roles/python_venv_build/vars = vars/*
|