Fixes deployment on CentOS 7.6
[apex.git] / setup.cfg
1 [metadata]
2 name = apex
3 summary = TripleO based installer for deploying OPNFV
4 description-file =
5     INFO
6 author = Apex Team
7 author-email = michapma@redhat.com trozet@redhat.com dradez@redhat.com
8 home-page = https://github.com/opnfv/apex
9 license =  Apache-2
10 classifier =
11   License :: OSI Approved :: Apache Software License
12   Development Status :: 4 - Beta
13   Intended Audience :: Developers
14   Intended Audience :: System Administrators
15   Intended Audience :: Information Technology
16   Topic :: Utilities
17   Programming Language :: Python :: 3
18   Programming Language :: Python :: 3.5
19
20 [global]
21 setup-hooks =
22     pbr.hooks.setup_hook
23
24 [entry_points]
25 console_scripts =
26     opnfv-deploy = apex.deploy:main
27     opnfv-clean = apex.clean:main
28     opnfv-pyutil = apex.utils:main
29
30 [files]
31 packages =
32     apex
33 data_files =
34     share/opnfv-apex/ =
35         build/containers-prepare-parameter.yaml
36         build/network-environment.yaml
37         build/opnfv-environment.yaml
38         build/upstream-environment.yaml
39         build/kubernetes-environment.yaml
40         build/nics-template.yaml.jinja2
41         build/csit-environment.yaml
42         build/csit-queens-environment.yaml
43         build/csit-rocky-environment.yaml
44         build/virtual-environment.yaml
45         build/baremetal-environment.yaml
46         build/domain.xml
47         build/build_ovs_nsh.sh
48     share/opnfv-apex/ansible = lib/ansible/*
49     share/opnfv-apex/config = config/*
50     share/opnfv-apex/docs = docs/*
51
52 [wheel]
53 universal = 1
54
55 [pbr]
56 skip_authors = True
57 skip_changelog = True