X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=setup.cfg;h=3efc43ef4ae19766640a399b09c7170a90a4d441;hb=f83c5fc1f0ecd3b93a39b3cf90ed9cd478cb37a6;hp=d93865bc65f123e2980a3f185b8335ba0b5f1e84;hpb=819f82ec90d658ca3a87f81b35cea3a1887a44fa;p=functest.git diff --git a/setup.cfg b/setup.cfg index d93865bc6..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,15 +10,12 @@ 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 check_deployment = functest.ci.check_deployment:main - functest_restapi = functest.api.server:main [build_sphinx] all_files = 1 -build-dir = api/_build/ +build-dir = api/build/ source-dir = api [wheel]