Return all status when running tiers
[functest-xtesting.git] / setup.cfg
1 [metadata]
2 name = xtesting
3 author = OPNFV
4 author-email = opnfv-tech-discuss@lists.opnfv.org
5 home-page = https://wiki.opnfv.org/display/functest
6
7 [files]
8 packages = xtesting
9
10 [entry_points]
11 console_scripts =
12     run_tests = xtesting.ci.run_tests:main
13
14 [build_sphinx]
15 all_files = 1
16 build-dir = api/_build/
17 source-dir = api
18
19 [wheel]
20 universal = 1