Monty Taylor | 5cc8a47 | 2013-06-02 08:40:12 -0400 | [diff] [blame] | 1 | [metadata] |
| 2 | name = zuul |
| 3 | summary = Trunk Gating System |
| 4 | description-file = |
| 5 | README.rst |
| 6 | author = OpenStack Infrastructure Team |
| 7 | author-email = openstack-infra@lists.openstack.org |
| 8 | home-page = http://ci.openstack.org/ |
| 9 | classifier = |
| 10 | Intended Audience :: Information Technology |
| 11 | Intended Audience :: System Administrators |
| 12 | License :: OSI Approved :: Apache Software License |
| 13 | Operating System :: POSIX :: Linux |
| 14 | Programming Language :: Python |
| 15 | Programming Language :: Python :: 2 |
| 16 | Programming Language :: Python :: 2.7 |
| 17 | Programming Language :: Python :: 2.6 |
| 18 | |
| 19 | [global] |
| 20 | setup-hooks = |
| 21 | pbr.hooks.setup_hook |
| 22 | |
| 23 | [entry_points] |
| 24 | console_scripts = |
| 25 | zuul-server = zuul.cmd.server:main |
| 26 | |
James E. Blair | cdd0007 | 2012-06-08 19:17:28 -0700 | [diff] [blame] | 27 | [build_sphinx] |
| 28 | source-dir = doc/source |
| 29 | build-dir = doc/build |
| 30 | all_files = 1 |