diff options
Diffstat (limited to 'newton/setup.cfg')
-rw-r--r-- | newton/setup.cfg | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/newton/setup.cfg b/newton/setup.cfg new file mode 100644 index 00000000..d5b74b07 --- /dev/null +++ b/newton/setup.cfg @@ -0,0 +1,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 |