blob: 6fd4b8a8549537eb50ae161bfc106973e804a9a4 [file] [log] [blame]
DavidPurcell663aedf2017-01-03 10:01:14 -05001[metadata]
2name = patrole
3summary = Patrole is a tool for verifying that Role-Based Access Control is being enforced across OpenStack deployments.
4description-file =
5 README.rst
6author = OpenStack
7author-email = openstack-dev@lists.openstack.org
Van Hung Pham31b968d2017-06-05 18:45:16 +07008home-page = https://docs.openstack.org/developer/patrole/
DavidPurcell663aedf2017-01-03 10:01:14 -05009classifier =
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.3
Andrea Frittoli6b6c6102017-04-06 10:34:53 +010020 Programming Language :: Python :: 3.5
DavidPurcell663aedf2017-01-03 10:01:14 -050021
22[files]
23packages =
Felipe Monteiro20359be2017-05-22 15:29:42 +010024 patrole_tempest_plugin
DavidPurcell663aedf2017-01-03 10:01:14 -050025
26[build_sphinx]
27source-dir = doc/source
28build-dir = doc/build
29all_files = 1
30
31[upload_sphinx]
32upload-dir = doc/build/html
33
34[compile_catalog]
35directory = patrole/locale
36domain = patrole
37
38[update_catalog]
39domain = patrole
40output_dir = patrole/locale
41input_file = patrole/locale/patrole.pot
42
43[extract_messages]
44keywords = _ gettext ngettext l_ lazy_gettext
45mapping_file = babel.cfg
46output_file = patrole/locale/patrole.pot
47
48[build_releasenotes]
49all_files = 1
50build-dir = releasenotes/build
DavidPurcell029d8c32017-01-06 15:27:41 -050051source-dir = releasenotes/source
52
53[entry_points]
54tempest.test_plugins =
Felipe Monteiro20359be2017-05-22 15:29:42 +010055 patrole_tempest_plugin = patrole_tempest_plugin.plugin:PatroleTempestPlugin