blob: 09b71ebd969caedaf37d325c8965a043e3147b68 [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
Lucky samadhiya3bbdd622017-01-19 13:37:02 +05308home-page = http://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
20 Programming Language :: Python :: 3.4
Andrea Frittoli6b6c6102017-04-06 10:34:53 +010021 Programming Language :: Python :: 3.5
DavidPurcell663aedf2017-01-03 10:01:14 -050022
23[files]
24packages =
25 patrole
26
27[build_sphinx]
28source-dir = doc/source
29build-dir = doc/build
30all_files = 1
31
32[upload_sphinx]
33upload-dir = doc/build/html
34
35[compile_catalog]
36directory = patrole/locale
37domain = patrole
38
39[update_catalog]
40domain = patrole
41output_dir = patrole/locale
42input_file = patrole/locale/patrole.pot
43
44[extract_messages]
45keywords = _ gettext ngettext l_ lazy_gettext
46mapping_file = babel.cfg
47output_file = patrole/locale/patrole.pot
48
49[build_releasenotes]
50all_files = 1
51build-dir = releasenotes/build
DavidPurcell029d8c32017-01-06 15:27:41 -050052source-dir = releasenotes/source
53
54[entry_points]
55tempest.test_plugins =
56 patrole-tempest-plugin = patrole_tempest_plugin.plugin:PatroleTempestPlugin