55 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
[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
 |