blob: 6b56ee8e564c8df1f135a819014079c2d5a939ed [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
Joshua Hesketh0e471a72013-09-17 13:34:37 +10007url = https://github.com/rcbau/turbo-hipster
Joshua Hesketh27a0e272013-08-12 10:21:09 +10008classifier =
9 Intended Audience :: Information Technology
10 Intended Audience :: System Administrators
11 License :: OSI Approved :: Apache Software License
12 Operating System :: POSIX :: Linux
13 Programming Language :: Python
14 Programming Language :: Python :: 2
15 Programming Language :: Python :: 2.7
16 Programming Language :: Python :: 2.6
17
Joshua Heskethe58ecb22013-09-06 12:39:46 +100018[global]
19setup-hooks =
20 pbr.hooks.setup_hook
21
Joshua Hesketh3ce439b2013-08-21 12:18:10 +100022[files]
23packages =
24 turbo_hipster
25
Joshua Hesketh27a0e272013-08-12 10:21:09 +100026[pbr]
27warnerrors = True
28
Joshua Hesketh27a0e272013-08-12 10:21:09 +100029[entry_points]
30console_scripts =
Joshua Hesketh3ce439b2013-08-21 12:18:10 +100031 turbo-hipster = turbo_hipster.worker_server:main
Joshua Hesketh27a0e272013-08-12 10:21:09 +100032
33[build_sphinx]
34source-dir = doc/source
35build-dir = doc/build
36all_files = 1