Add classifiers (pypi)
[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
27 [build_sphinx]
28 all_files = 1
29 build-dir = api/_build/
30 source-dir = api
31
32 [wheel]
33 universal = 1