96387690db
Now that we are running the Victoria tests that include a voting py38, we can now add the Python 3.8 metadata to the package information to reflect that support. Change-Id: I6199faffe4c189bb08f41084bee5e9e926578ab2 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
53 lines
1.6 KiB
INI
53 lines
1.6 KiB
INI
[metadata]
|
|
name = qinling
|
|
summary = Function as a Service
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack Qinling Team
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/qinling/latest/
|
|
python-requires = >=3.6
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
Programming Language :: Python :: 3 :: Only
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
|
|
[files]
|
|
packages =
|
|
qinling
|
|
qinling_tempest_plugin
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
qinling-api = qinling.cmd.api:main
|
|
qinling-engine = qinling.cmd.engine:main
|
|
qinling-db-manage = qinling.db.sqlalchemy.migration.cli:main
|
|
qinling-status = qinling.cmd.status:main
|
|
|
|
wsgi_scripts =
|
|
qinling-wsgi-api = qinling.api.app:init_wsgi
|
|
|
|
qinling.storage.provider:
|
|
local = qinling.storage.file_system:FileSystemStorage
|
|
|
|
qinling.orchestrator =
|
|
kubernetes = qinling.orchestrator.kubernetes.manager:KubernetesManager
|
|
|
|
oslo.config.opts =
|
|
qinling.config = qinling.config:list_opts
|
|
|
|
oslo.config.opts.defaults =
|
|
qinling.config = qinling.config:set_cors_middleware_defaults
|
|
|
|
tempest.test_plugins =
|
|
qinling_test = qinling_tempest_plugin.plugin:QinlingTempestPlugin
|