aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: d93865bc65f123e2980a3f185b8335ba0b5f1e84 (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
[metadata]
name = functest
version = 5
home-page = https://wiki.opnfv.org/display/functest

[files]
packages = functest
scripts =
    functest/ci/download_images.sh

[entry_points]
console_scripts =
    functest = functest.cli.cli_base:cli
    functest_odl = functest.opnfv_tests.sdn.odl.odl:main
    functest_refstack_client = functest.opnfv_tests.openstack.refstack_client.refstack_client:main
    check_deployment = functest.ci.check_deployment:main
    functest_restapi = functest.api.server:main

[build_sphinx]
all_files = 1
build-dir = api/_build/
source-dir = api

[wheel]
universal = 1