NFVBENCH-26 Update TRex version to 2.29
[nfvbench.git] / setup.cfg
1 [metadata]
2 name = nfvbench
3 summary = An NFV benchmarking tool for Mercury OpenStack
4 description-file =
5     README.rst
6 author = OpenStack
7 author-email = openstack-dev@lists.openstack.org
8 home-page = http://www.openstack.org/
9 classifier =
10     Environment :: OpenStack
11     Intended Audience :: Developers
12     Intended Audience :: Information Technology
13     Intended Audience :: System Administrators
14     License :: OSI Approved :: Apache Software License
15     Operating System :: POSIX :: Linux
16     Operating System :: MacOS
17     Programming Language :: Python
18     Programming Language :: Python :: 2
19     Programming Language :: Python :: 2.7
20
21 [files]
22 packages =
23     nfvbench
24
25 [entry_points]
26 console_scripts =
27     nfvbench = nfvbench.nfvbench:main
28     nfvbench_client = client.nfvbench_client:main
29     nfvbench_cleanup = cleanup.nfvbench_cleanup:main
30
31 [compile_catalog]
32 directory = nfvbench/locale
33 domain = nfvbench
34
35 [update_catalog]
36 domain = nfvbench
37 output_dir = nfvbench/locale
38 input_file = nfvbench/locale/nfvbench.pot
39
40 [extract_messages]
41 keywords = _ gettext ngettext l_ lazy_gettext
42 mapping_file = babel.cfg
43 output_file = nfvbench/locale/nfvbench.pot
44
45 [wheel]
46 universal = 1