Add mandatory package infos (PyPI)
[functest-xtesting.git] / setup.cfg
1 [metadata]
2 name = xtesting
3 version = 0.1
4 author = OPNFV
5 author-email = opnfv-tech-discuss@lists.opnfv.org
6 home-page = https://wiki.opnfv.org/display/functest
7
8 [files]
9 packages = xtesting
10
11 [entry_points]
12 console_scripts =
13     run_tests = xtesting.ci.run_tests:main
14
15 [build_sphinx]
16 all_files = 1
17 build-dir = api/_build/
18 source-dir = api