blob: 51192c45f88caa9126d796ffcfeda4255ff2fea2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
[metadata]
name = turbo-hipster
summary = A set of CI tools for openstack
description-file = README.md
author = Rackspace Australia
author-email = joshua.hesketh@rackspace.com
url = https://github.com/rcbau/turbo-hipster
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
[files]
packages =
turbo_hipster
[pbr]
warnerrors = True
[entry_points]
console_scripts =
turbo-hipster = turbo_hipster.cmd.server:main
turbo-hipster-analyse = turbo_hipster.cmd.analyse_historical:main
turbo-hipster-report = turbo_hipster.cmd.report_historical:main
turbo-hipster-queue-logger = turbo_hipster.cmd.queue_logger:main
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
|