Merge "baro: update collectd-openstack branch"
[apex.git] / setup.cfg
1 [metadata]
2 name = apex
3 summary = A ansible roles and tools 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 classifier =
10   License :: OSI Approved :: Apache Software License
11   Development Status :: 4 - Beta
12   Intended Audience :: Developers
13   Intended Audience :: System Administrators
14   Intended Audience :: Information Technology
15   Topic :: Utilities
16   Programming Language :: Python :: 3
17   Programming Language :: Python :: 3.5
18
19 [global]
20 setup-hooks =
21     pbr.hooks.setup_hook
22
23 [entry_points]
24 console_scripts =
25     opnfv-deploy = apex.deploy:main
26     opnfv-clean = apex.clean:main
27
28 [files]
29 packages =
30     apex
31 data_files =
32     share/opnfv-apex/ =
33         build/network-environment.yaml
34         build/opnfv-environment.yaml
35         build/nics-template.yaml.jinja2
36         build/csit-environment.yaml
37         build/virtual-environment.yaml
38         build/baremetal-environment.yaml
39         build/domain.xml
40     share/opnfv-apex/ansible = lib/ansible/*
41     share/opnfv-apex/config = config/*
42     share/opnfv-apex/docs = docs/*
43
44 [wheel]
45 universal = 1
46
47 [pbr]
48 skip_authors = True
49 skip_changelog = True