7d04600361
* Updated integration tests argument in 'run_tests.sh'. * Updated 'test-requirements.txt' w.r.t. stable/rocky branch. * Updated zuul jobs w.r.t stable/rocky constraints. * Added 'django-appconf<=1.0.3' library for py27 compatibility. * Added 'wheel' library to avoid "invalid command 'bdist_wheel'" error. Change-Id: I9e1cb06908c0739432518db8b683666dc8b4c841
50 lines
1.2 KiB
INI
50 lines
1.2 KiB
INI
[metadata]
|
|
name = group-based-policy-ui
|
|
summary = Horizon modules for Group Based Policy
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
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.3
|
|
Programming Language :: Python :: 3.4
|
|
|
|
[files]
|
|
packages =
|
|
gbpui
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[compile_catalog]
|
|
directory = gbpui/locale
|
|
domain = group-based-policy-ui
|
|
|
|
[update_catalog]
|
|
domain = group-based-policy-ui
|
|
output_dir = gbpui/locale
|
|
input_file = gbpui/locale/group-based-policy-ui.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = gbpui/locale/group-based-policy-ui.pot
|
|
|
|
[flake8]
|
|
import-order-style = pep8
|