X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=setup.cfg;h=0ac5499b1f29b6fcb25aa63b08d5e1783844cd3f;hb=632556645e8b3a4487c59e311e2cd43147c8d082;hp=e52341ec7e405e27621028ee4a2cba9d696193b7;hpb=0eaf50150fccd1acd1e8d8c2bbd8ef0a1e1afc3f;p=functest.git diff --git a/setup.cfg b/setup.cfg index e52341ec7..0ac5499b1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,8 +12,13 @@ scripts = 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 - 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