DavidPurcell | 663aedf | 2017-01-03 10:01:14 -0500 | [diff] [blame] | 1 | [metadata] |
| 2 | name = patrole |
| 3 | summary = Patrole is a tool for verifying that Role-Based Access Control is being enforced across OpenStack deployments. |
| 4 | description-file = |
| 5 | README.rst |
| 6 | author = OpenStack |
| 7 | author-email = openstack-dev@lists.openstack.org |
Lucky samadhiya | 3bbdd62 | 2017-01-19 13:37:02 +0530 | [diff] [blame] | 8 | home-page = http://docs.openstack.org/developer/patrole/ |
DavidPurcell | 663aedf | 2017-01-03 10:01:14 -0500 | [diff] [blame] | 9 | classifier = |
| 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 |
| 21 | |
| 22 | [files] |
| 23 | packages = |
| 24 | patrole |
| 25 | |
| 26 | [build_sphinx] |
| 27 | source-dir = doc/source |
| 28 | build-dir = doc/build |
| 29 | all_files = 1 |
| 30 | |
| 31 | [upload_sphinx] |
| 32 | upload-dir = doc/build/html |
| 33 | |
| 34 | [compile_catalog] |
| 35 | directory = patrole/locale |
| 36 | domain = patrole |
| 37 | |
| 38 | [update_catalog] |
| 39 | domain = patrole |
| 40 | output_dir = patrole/locale |
| 41 | input_file = patrole/locale/patrole.pot |
| 42 | |
| 43 | [extract_messages] |
| 44 | keywords = _ gettext ngettext l_ lazy_gettext |
| 45 | mapping_file = babel.cfg |
| 46 | output_file = patrole/locale/patrole.pot |
| 47 | |
| 48 | [build_releasenotes] |
| 49 | all_files = 1 |
| 50 | build-dir = releasenotes/build |
DavidPurcell | 029d8c3 | 2017-01-06 15:27:41 -0500 | [diff] [blame] | 51 | source-dir = releasenotes/source |
| 52 | |
| 53 | [entry_points] |
| 54 | tempest.test_plugins = |
| 55 | patrole-tempest-plugin = patrole_tempest_plugin.plugin:PatroleTempestPlugin |