openstack-ansible-os_tempest/setup.cfg
Andreas Jaeger 392552261a 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
- Cleanup doc/source/conf.py to remove now obsolete content.

Change-Id: Id681a9e25b677c687998698c33b4fb0a30d7d202
2020-04-13 20:11:25 +02:00

24 lines
861 B
INI

[metadata]
name = openstack-ansible-os_tempest
summary = os_tempest for OpenStack Ansible
description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/openstack-ansible-os_tempest/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/os_tempest/defaults = defaults/*
usr/local/share/ansible/roles/os_tempest/meta = meta/*
usr/local/share/ansible/roles/os_tempest/tasks = tasks/*
usr/local/share/ansible/roles/os_tempest/templates = templates/*
usr/local/share/ansible/roles/os_tempest/files = files/*
usr/local/share/ansible/roles/os_tempest/vars = vars/*