diff options
author | Huang Haibin <haibin.huang@intel.com> | 2018-03-08 22:05:26 +0800 |
---|---|---|
committer | Huang Haibin <haibin.huang@intel.com> | 2018-03-10 00:38:17 +0800 |
commit | 51fde27c2a12f525e94ecd3a83238a46215d9392 (patch) | |
tree | 4b9b72d4048209d410c0f9bc8a25a9561f3fcfa0 /newton/setup.cfg | |
parent | c701ab185721e50cca3d432220361aaa723358cc (diff) |
newton use share library
Change-Id: I0ed8ced042862edf8afa87fec3b457d019e811b4
Issue-ID: MULTICLOUD-138
Signed-off-by: Huang Haibin <haibin.huang@intel.com>
Diffstat (limited to 'newton/setup.cfg')
-rw-r--r-- | newton/setup.cfg | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/newton/setup.cfg b/newton/setup.cfg deleted file mode 100644 index d5b74b07..00000000 --- a/newton/setup.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[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 |