Migrates Apex to Python
[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
27 [files]
28 packages =
29     apex
30 data_files =
31     share/opnfv-apex/ =
32         build/network-environment.yaml
33         build/opnfv-environment.yaml
34         build/nics-template.yaml.jinja2
35         build/csit-environment.yaml
36         build/virtual-environment.yaml
37         build/baremetal-environment.yaml
38         build/domain.xml
39     share/opnfv-apex/ansible = lib/ansible/*
40     share/opnfv-apex/config = config/*
41     share/opnfv-apex/docs = docs/*
42
43 [wheel]
44 universal = 1
45
46 [pbr]
47 skip_authors = True
48 skip_changelog = True