You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.2 KiB
54 lines
1.2 KiB
[metadata]
|
|
name = faafo
|
|
summary = First App Application for OpenStack
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack Documentation
|
|
author-email = openstack-doc@lists.openstack.org
|
|
home-page = http://docs.openstack.org/developer/faafo/
|
|
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
|
|
|
|
[files]
|
|
packages =
|
|
faafo
|
|
scripts =
|
|
bin/faafo
|
|
bin/faafo-worker
|
|
extra_files =
|
|
faafo/api/templates/index.html
|
|
data_files =
|
|
/etc/faafo = etc/faafo.conf
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
faafo-api = faafo.api.service:main
|
|
oslo.config.opts =
|
|
faafo.api = faafo.api.service:list_opts
|
|
faafo.worker = faafo.worker.service:list_opts
|
|
faafo.queues= faafo.queues:list_opts
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[pbr]
|
|
warnerrors = true
|