blob: 993c4f7fc73bed1795538c8b43801b7f6c3c106f [file] [log] [blame]
Michael Johnson34139b02017-03-15 10:31:10 -07001[metadata]
2name = octavia-tempest-plugin
3summary = Tempest plugin for Octavia
4description-file =
5 README.rst
6author = OpenStack
7author-email = openstack-dev@lists.openstack.org
8home-page = http://www.openstack.org/developer/octavia-tempest-plugin
9classifier =
10 Environment :: OpenStack
11 Intended Audience :: Information Technology
12 Intended Audience :: System Administrators
13 License :: OSI Approved :: Apache Software License
14 Operating System :: POSIX :: Linux
15 Programming Language :: Python
16 Programming Language :: Python :: 2
17 Programming Language :: Python :: 2.7
18 Programming Language :: Python :: 3
19 Programming Language :: Python :: 3.5
20
21[files]
22packages =
23 octavia_tempest_plugin
24
25[build_sphinx]
26source-dir = doc/source
27build-dir = doc/build
28all_files = 1
29
30[upload_sphinx]
31upload-dir = doc/build/html
32
33[compile_catalog]
34directory = octavia_tempest_plugin/locale
35domain = octavia_tempest_plugin
36
37[update_catalog]
38domain = octavia_tempest_plugin
39output_dir = octavia_tempest_plugin/locale
40input_file = octavia_tempest_plugin/locale/octavia_tempest_plugin.pot
41
42[extract_messages]
43keywords = _ gettext ngettext l_ lazy_gettext
44mapping_file = babel.cfg
45output_file = octavia_tempest_plugin/locale/octavia_tempest_plugin.pot
46
47[build_releasenotes]
48all_files = 1
49build-dir = releasenotes/build
50source-dir = releasenotes/source