aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: 23103fc568617979df5ca4485f016df12a24208d (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
[metadata]
name = qtip
summary = Platform Performance Benchmarking
description-file =
    README.md
author = OPNFV
author-email = opnfv-tech-discuss@lists.opnfv.org
home-page = https://wiki.opnfv.org/display/qtip

[global]
setup-hooks =
    pbr.hooks.setup_hook

[entry_points]
console_scripts =
    qtip = qtip.cli.entry:cli
    qtip-api = qtip.api.__main__:main

[files]
packages =
    qtip
    benchmarks
package_data =
    benchmarks =
        plan/*.*
data_files =
    opt/qtip = opt/*

[tool:pytest]
addopts = --ignore=legacy