Installing a global module called dashboard is bad form as it pollutes the global namespace. Change-Id: I4b7ff8a4bbcb34a24f751d874c5f1894e75ae10c Closes-Bug: #1320133
		
			
				
	
	
		
			35 lines
		
	
	
		
			945 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			945 B
		
	
	
	
		
			INI
		
	
	
	
	
	
[metadata]
 | 
						|
name = stackalytics
 | 
						|
summary = OpenStack analytics dashboard
 | 
						|
description-file =
 | 
						|
    README.rst
 | 
						|
author = OpenStack
 | 
						|
author-email = openstack-dev@lists.openstack.org
 | 
						|
home-page = http://www.openstack.org/
 | 
						|
classifier =
 | 
						|
    Environment :: OpenStack
 | 
						|
    Intended Audience :: Developers
 | 
						|
    Intended Audience :: Information Technology
 | 
						|
    License :: OSI Approved :: Apache Software License
 | 
						|
    Operating System :: POSIX :: Linux
 | 
						|
    Programming Language :: Python
 | 
						|
    Programming Language :: Python :: 2
 | 
						|
    Programming Language :: Python :: 2.7
 | 
						|
 | 
						|
[files]
 | 
						|
packages =
 | 
						|
    stackalytics
 | 
						|
data_files =
 | 
						|
    share/stackalytics = stackalytics/dashboard/static/*
 | 
						|
 | 
						|
[build_sphinx]
 | 
						|
all_files = 1
 | 
						|
build-dir = doc/build
 | 
						|
source-dir = doc/source
 | 
						|
 | 
						|
[entry_points]
 | 
						|
console_scripts =
 | 
						|
    stackalytics-dump = stackalytics.processor.dump:main
 | 
						|
    stackalytics-dashboard = stackalytics.dashboard.web:main
 | 
						|
    stackalytics-processor = stackalytics.processor.main:main
 |