blob: f7e32f0d69e82eb0512f6e9999ab4da76cf96b0e (
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 = 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
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
|