blob: caa15d69fc2ac9e2f4ffba8169d92828dbd1adf6 [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
19[global]
20setup-hooks =
21 pbr.hooks.setup_hook
22
23[entry_points]
24console_scripts =
25 zuul-server = zuul.cmd.server:main
26
James E. Blaircdd00072012-06-08 19:17:28 -070027[build_sphinx]
28source-dir = doc/source
29build-dir = doc/build
30all_files = 1