blob: 9ff62d67c9a5e0b92197c6b71b0804428d25616f [file] [log] [blame]
Monty Taylor5cc8a472013-06-02 08:40:12 -04001[metadata]
2name = zuul
3summary = Trunk Gating System
4description-file =
5 README.rst
6author = OpenStack Infrastructure Team
7author-email = openstack-infra@lists.openstack.org
8home-page = http://ci.openstack.org/
9classifier =
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
Paul Belangerfeeeaef2013-07-19 21:26:03 -040019[pbr]
20warnerrors = True
21
Monty Taylor5cc8a472013-06-02 08:40:12 -040022[entry_points]
23console_scripts =
24 zuul-server = zuul.cmd.server:main
James E. Blairad28e912013-11-27 10:43:22 -080025 zuul = zuul.cmd.client:main
Monty Taylor5cc8a472013-06-02 08:40:12 -040026
James E. Blaircdd00072012-06-08 19:17:28 -070027[build_sphinx]
28source-dir = doc/source
29build-dir = doc/build
30all_files = 1