blob: 51192c45f88caa9126d796ffcfeda4255ff2fea2 [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 Hesketh3ce439b2013-08-21 12:18:10 +100018[files]
19packages =
20 turbo_hipster
21
Joshua Hesketh27a0e272013-08-12 10:21:09 +100022[pbr]
23warnerrors = True
24
Joshua Hesketh27a0e272013-08-12 10:21:09 +100025[entry_points]
26console_scripts =
Joshua Hesketh6f813332014-01-05 15:41:39 +110027 turbo-hipster = turbo_hipster.cmd.server:main
Joshua Heskethcba1c722014-01-05 15:43:13 +110028 turbo-hipster-analyse = turbo_hipster.cmd.analyse_historical:main
29 turbo-hipster-report = turbo_hipster.cmd.report_historical:main
30 turbo-hipster-queue-logger = turbo_hipster.cmd.queue_logger:main
Joshua Hesketh27a0e272013-08-12 10:21:09 +100031
32[build_sphinx]
33source-dir = doc/source
34build-dir = doc/build
35all_files = 1