whereto/setup.cfg
Corey Bryant fa1c5eb1a1 Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: I74ae3e38f62cb4fd4dc57af39480c6c95e426878
Story: #2005924
Task: #34205
2019-06-24 09:14:59 -04:00

55 lines
1.2 KiB
INI

[metadata]
name = whereto
summary = Test Apache redirect rules.
description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/whereto/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.6
Programming Language :: Python :: 3.7
[files]
packages =
whereto
[entry_points]
console_scripts =
whereto = whereto.app:main
[build_sphinx]
all-files = 1
warning-is-error = 1
source-dir = doc/source
build-dir = doc/build
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = whereto/locale
domain = whereto
[update_catalog]
domain = whereto
output_dir = whereto/locale
input_file = whereto/locale/whereto.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = whereto/locale/whereto.pot
[wheel]
universal = 1