summaryrefslogtreecommitdiffstats
path: root/newton/setup.cfg
blob: d5b74b0749d601e2ced7e7c7fbe2d86a19384675 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[metadata]
name = openstack-multicloud
summary = Python Application Layer for OpenStack API usage
author = ONAP
license = Apache-2
classifier =
    Environment :: ONAP
    Intended Audience :: Information Technology
    Intended Audience :: System Administrators
    License :: OSI Approved :: Apache Software License
    Operating System :: POSIX :: Linux
    Programming Language :: Python
    Programming Language :: Python :: 2
    Programming Language :: Python :: 2.7
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.5

[files]
packages =
    newton

[entry_points]
wsgi_scripts =
    multicloud-api = newton.wsgi:get_application