diff options
author | zhang ab <zhanganbing@chinamobile.com> | 2018-03-12 03:23:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-12 03:23:34 +0000 |
commit | cc66925f30debaeb720d3a189b3e06cbb681f6fa (patch) | |
tree | 529f277a03b381d9d971ff00bab670936b4acee5 /newton/setup.cfg | |
parent | 8bddebb95d3f42eaf3da5523a2a07d3b2da5447a (diff) | |
parent | 51fde27c2a12f525e94ecd3a83238a46215d9392 (diff) |
Merge "newton use share library"
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 |