40 lines
960 B
INI
Raw Normal View History

2017-04-11 15:13:10 +12:00
[metadata]
name = qinling
summary = Function as a Service
description-file =
README.rst
2017-04-13 16:43:50 +12:00
author = OpenStack Qinling Team
2017-04-11 15:13:10 +12:00
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
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 :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
2017-04-13 16:43:50 +12:00
Programming Language :: Python :: 3.5
2017-04-11 15:13:10 +12:00
[files]
packages =
qinling
2017-04-13 16:43:50 +12:00
[entry_points]
console_scripts =
qinling-server = qinling.cmd.launch:main
oslo.config.opts =
mistral.config = mistral.config:list_opts
2017-04-11 15:13:10 +12:00
[build_sphinx]
all-files = 1
warning-is-error = 1
source-dir = doc/source
build-dir = doc/build
[upload_sphinx]
upload-dir = doc/build/html