Merge "Support pre-Provisioned credentials"
[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/convert_images.sh
10     functest/ci/download_images.sh
11
12 [entry_points]
13 console_scripts =
14     functest_odl = functest.opnfv_tests.sdn.odl.odl:main
15     check_deployment = functest.ci.check_deployment:main
16
17 [build_sphinx]
18 all_files = 1
19 build-dir = api/build/
20 source-dir = api
21
22 [wheel]
23 universal = 1