blob: 47189bf637617c289ab1962652762ff86e3e8082 [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
Joshua Hesketh3ce439b2013-08-21 12:18:10 +100017[files]
18packages =
19 turbo_hipster
20
Joshua Hesketh27a0e272013-08-12 10:21:09 +100021[pbr]
22warnerrors = True
23
24[global]
25setup-hooks =
26 pbr.hooks.setup_hook
27
28[entry_points]
29console_scripts =
Joshua Hesketh3ce439b2013-08-21 12:18:10 +100030 turbo-hipster = turbo_hipster.worker_server:main
Joshua Hesketh27a0e272013-08-12 10:21:09 +100031
32[build_sphinx]
33source-dir = doc/source
34build-dir = doc/build
35all_files = 1