fe3c23e3ba
In setup.cfg file the python 3.5 is added Change-Id: I7998aa3404a8a937e68b094ebea486bcc74b5daa
53 lines
1.5 KiB
INI
53 lines
1.5 KiB
INI
[metadata]
|
|
name = tripleo-validations
|
|
summary = A collection of Ansible playbooks to detect and report potential issues during TripleO deployments
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = https://docs.openstack.org/tripleo-validations/latest/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
tripleo_validations
|
|
|
|
scripts =
|
|
scripts/tripleo-ansible-inventory
|
|
|
|
data_files =
|
|
share/openstack-tripleo-validations/ = hosts.sample
|
|
share/openstack-tripleo-validations/validations = validations/*
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[compile_catalog]
|
|
directory = tripleo-validations/locale
|
|
domain = tripleo-validations
|
|
|
|
[update_catalog]
|
|
domain = tripleo-validations
|
|
output_dir = tripleo-validations/locale
|
|
input_file = tripleo-validations/locale/tripleo-validations.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = tripleo-validations/locale/tripleo-validations.pot
|