Merge "Add functest-patrole in build.sh"
[functest.git] / setup.cfg
1 [metadata]
2 name = functest
3 version = 5
4 home-page = https://wiki.opnfv.org/display/functest
5
6 [files]
7 packages = functest
8 scripts =
9     functest/ci/download_images.sh
10
11 [entry_points]
12 console_scripts =
13     functest = functest.cli.cli_base:cli
14     functest_odl = functest.opnfv_tests.sdn.odl.odl:main
15     functest_refstack_client = functest.opnfv_tests.openstack.refstack_client.refstack_client:main
16     check_deployment = functest.ci.check_deployment:main
17     functest_restapi = functest.api.server:main
18
19 [build_sphinx]
20 all_files = 1
21 build-dir = api/_build/
22 source-dir = api
23
24 [wheel]
25 universal = 1