blob: 86ebf65b0d3a082e5dc4491a464fff825ef19125 [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
Jeremy Stanleyc3cccc92015-05-14 21:38:19 +00008home-page = http://docs.openstack.org/infra/system-config/
Monty Taylor5cc8a472013-06-02 08:40:12 -04009classifier =
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 =
James E. Blair5f0f5142017-02-14 15:36:31 -080024 zuul-scheduler = zuul.cmd.scheduler:main
James E. Blair4076e2b2014-01-28 12:42:20 -080025 zuul-merger = zuul.cmd.merger:main
James E. Blairad28e912013-11-27 10:43:22 -080026 zuul = zuul.cmd.client:main
Antoine Musso45dd2cb2014-01-29 17:17:43 +010027 zuul-cloner = zuul.cmd.cloner:main
Paul Belanger174a8272017-03-14 13:20:10 -040028 zuul-executor = zuul.cmd.executor:main
Monty Taylor5cc8a472013-06-02 08:40:12 -040029
James E. Blaircdd00072012-06-08 19:17:28 -070030[build_sphinx]
31source-dir = doc/source
32build-dir = doc/build
33all_files = 1
Joshua Heskethd78b4482015-09-14 16:56:34 -060034
35[extras]
36mysql_reporter=
37 PyMySQL