blob: 444a369922c24f982e9e5605d7fdbc26a07b4cd8 [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 Hesketh6f813332014-01-05 15:41:39 +110031 turbo-hipster = turbo_hipster.cmd.server:main
Joshua Heskethcba1c722014-01-05 15:43:13 +110032 turbo-hipster-analyse = turbo_hipster.cmd.analyse_historical:main
33 turbo-hipster-report = turbo_hipster.cmd.report_historical:main
34 turbo-hipster-queue-logger = turbo_hipster.cmd.queue_logger:main
Joshua Hesketh27a0e272013-08-12 10:21:09 +100035
36[build_sphinx]
37source-dir = doc/source
38build-dir = doc/build
39all_files = 1