ansible-role-python_venv_build/setup.cfg
Andreas Jaeger a50dd18cc1 Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Use newer openstackdocstheme and Sphinx versions
- Cleanup */source/conf.py to remove now obsolete content.
- Remove install_command from tox.ini, the default is fine

Change-Id: I41d8153a0543f6983dd97311243f057d270e17ef
2020-04-25 15:17:06 +02:00

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/*