summaryrefslogtreecommitdiffstats
path: root/newton/setup.cfg
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2017-12-19 15:54:33 +0800
committerBin Yang <bin.yang@windriver.com>2017-12-19 15:56:59 +0800
commit7330272e07e7bc3b72bf17cc4eb69ea9584697de (patch)
tree723f0291be74f3822e73f6d3c32b1dd0129bf91e /newton/setup.cfg
parentb9e844e1545719c8b247031686dd98012735041d (diff)
Add pbr as building tool
PBR is a library that helps to build python project through configuration files simplifying the deployment for them. This change adds support for it. Change-Id: I77ac639d9ba2df7122cb6a9cec68ae7551bac89e Issue-ID: MULTICLOUD-83 Signed-off-by: Victor Morales <victor.morales@intel.com> Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'newton/setup.cfg')
-rw-r--r--newton/setup.cfg24
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