Protect vs Bucket containing html chars
[functest-xtesting.git] / setup.cfg
1 [metadata]
2 name = xtesting
3 summary = OPNFV reference testing framework
4 description-file =
5     README.rst
6 author = OPNFV
7 author-email = opnfv-tech-discuss@lists.opnfv.org
8 home-page = https://wiki.opnfv.org/display/functest
9 classifier =
10     Intended Audience :: Information Technology
11     Intended Audience :: System Administrators
12     License :: OSI Approved :: Apache Software License
13     Operating System :: POSIX :: Linux
14     Programming Language :: Python
15     Programming Language :: Python :: 2
16     Programming Language :: Python :: 2.7
17     Programming Language :: Python :: 3
18     Programming Language :: Python :: 3.5
19
20 [files]
21 packages = xtesting
22
23 [entry_points]
24 console_scripts =
25     run_tests = xtesting.ci.run_tests:main
26     zip_campaign = xtesting.core.campaign:main
27 xtesting.testcase =
28     bashfeature = xtesting.core.feature:BashFeature
29     robotframework = xtesting.core.robotframework:RobotFramework
30     behaveframework = xtesting.core.behaveframework:BehaveFramework
31     unit = xtesting.core.unit:Suite
32     first = xtesting.samples.first:Test
33     second = xtesting.samples.second:Test
34     mts = xtesting.core.mts:MTSLauncher
35
36 [build_sphinx]
37 all_files = 1
38 build-dir = api/build/
39 source-dir = api
40
41 [wheel]
42 universal = 1