X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=setup.cfg;h=3efc43ef4ae19766640a399b09c7170a90a4d441;hb=94ddff710a8d4a794477becfcca86fd84b34bc54;hp=30901da1277e0818a9d0da5fef028ea0f415e319;hpb=71ba783c1279370af035ff7cac2de7522e95de78;p=functest.git diff --git a/setup.cfg b/setup.cfg index 30901da12..3efc43ef4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = functest -version = 5 +version = 7 home-page = https://wiki.opnfv.org/display/functest [files] @@ -10,12 +10,13 @@ scripts = [entry_points] console_scripts = - functest = functest.cli.cli_base:cli functest_odl = functest.opnfv_tests.sdn.odl.odl:main - functest_refstack_client = functest.opnfv_tests.openstack.refstack_client.refstack_client:main - functest_tempest_conf = functest.opnfv_tests.openstack.refstack_client.tempest_conf:main - openstack_snapshot = functest.utils.openstack_snapshot:main - openstack_clean = functest.utils.openstack_clean:main - run_tests = functest.ci.run_tests: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