X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=setup.cfg;h=0ac5499b1f29b6fcb25aa63b08d5e1783844cd3f;hb=1bdf68f6ed2d55d72d47c0ee4c7a7bc286c4ca3d;hp=bf1a8bb42c1a7bd448e541a85c2157c308b7cba2;hpb=67557f7cbd0e96b1654d9925bc163cb46c25d0c9;p=functest.git diff --git a/setup.cfg b/setup.cfg index bf1a8bb42..0ac5499b1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,11 +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 - openstack_snapshot = functest.utils.openstack_snapshot:main - openstack_clean = functest.utils.openstack_clean:main - prepare_env = functest.ci.prepare_env: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