blob: 96e9c99c9c4cda024d08aa2256a482a764ff8eb6 [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 Heskethe58ecb22013-09-06 12:39:46 +100017[global]
18setup-hooks =
19 pbr.hooks.setup_hook
20
Joshua Hesketh3ce439b2013-08-21 12:18:10 +100021[files]
22packages =
23 turbo_hipster
24
Joshua Hesketh27a0e272013-08-12 10:21:09 +100025[pbr]
26warnerrors = True
27
Joshua Hesketh27a0e272013-08-12 10:21:09 +100028[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