aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: b27bff866ff191bd68150c193c76b671e977015f (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
[metadata]
name = qtip
version = 5.0.0
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

[files]
packages =
    qtip

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