Merge "Fix parse error in tempest_smoke"
[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_odl = functest.opnfv_tests.sdn.odl.odl:main
14     check_deployment = functest.ci.check_deployment:main
15
16 [build_sphinx]
17 all_files = 1
18 build-dir = api/build/
19 source-dir = api
20
21 [wheel]
22 universal = 1