Merge "Update version in setup.cfg (Gambia)"
[functest.git] / setup.cfg
1 [metadata]
2 name = functest
3 version = 7
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     check_deployment = functest.ci.check_deployment:main
16     functest_restapi = functest.api.server:main
17
18 [build_sphinx]
19 all_files = 1
20 build-dir = api/build/
21 source-dir = api
22
23 [wheel]
24 universal = 1