blob: 9d7f6b39874c5e027f27803f5d24acc9745c27e6 [file] [log] [blame]
Joshua Hesketh27a0e272013-08-12 10:21:09 +10001[metadata]
2name = turbo-hipster
3summary = A set of CI tools for openstack
4description-file = README.md
5author = Rackspace Australia
6author-email = joshua.hesketh@rackspace.com
7classifier =
8 Intended Audience :: Information Technology
9 Intended Audience :: System Administrators
10 License :: OSI Approved :: Apache Software License
11 Operating System :: POSIX :: Linux
12 Programming Language :: Python
13 Programming Language :: Python :: 2
14 Programming Language :: Python :: 2.7
15 Programming Language :: Python :: 2.6
16
17[pbr]
18warnerrors = True
19
20[global]
21setup-hooks =
22 pbr.hooks.setup_hook
23
24[entry_points]
25console_scripts =
26 worker_server = turbo_hipster.worker_server:main
27
28[build_sphinx]
29source-dir = doc/source
30build-dir = doc/build
31all_files = 1