5.1.0 release notes
[nfvbench.git] / setup.cfg
1 # Copyright 2017 Cisco Systems, Inc.  All rights reserved.
2 #
3 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
4 #    not use this file except in compliance with the License. You may obtain
5 #    a copy of the License at
6 #
7 #         http://www.apache.org/licenses/LICENSE-2.0
8 #
9 #    Unless required by applicable law or agreed to in writing, software
10 #    distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12 #    License for the specific language governing permissions and limitations
13 #    under the License.
14
15 [metadata]
16 name = nfvbench
17 summary = An NFV benchmarking tool for Mercury OpenStack
18 description-file =
19     README.rst
20 author = OpenStack
21 author-email = openstack-dev@lists.openstack.org
22 home-page = http://www.openstack.org/
23 classifier =
24     Environment :: OpenStack
25     Intended Audience :: Developers
26     Intended Audience :: Information Technology
27     Intended Audience :: System Administrators
28     License :: OSI Approved :: Apache Software License
29     Operating System :: POSIX :: Linux
30     Operating System :: MacOS
31     Programming Language :: Python
32     Programming Language :: Python :: 2
33     Programming Language :: Python :: 2.7
34
35 [files]
36 packages =
37     nfvbench
38
39 [entry_points]
40 console_scripts =
41     nfvbench = nfvbench.nfvbench:main
42     nfvbench_client = client.nfvbench_client:main
43     nfvbench_cleanup = cleanup.nfvbench_cleanup:main
44
45 [compile_catalog]
46 directory = nfvbench/locale
47 domain = nfvbench
48
49 [update_catalog]
50 domain = nfvbench
51 output_dir = nfvbench/locale
52 input_file = nfvbench/locale/nfvbench.pot
53
54 [extract_messages]
55 keywords = _ gettext ngettext l_ lazy_gettext
56 mapping_file = babel.cfg
57 output_file = nfvbench/locale/nfvbench.pot
58
59 [wheel]
60 universal = 1