| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -8,7 +8,7 @@ import sys
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					def read(fname):
 | 
					 | 
					 | 
					 | 
					def read(fname):
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    return open(os.path.join(os.path.dirname(__file__), fname)).read() 
 | 
					 | 
					 | 
					 | 
					    return open(os.path.join(os.path.dirname(__file__), fname)).read() 
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					args = {
 | 
					 | 
					 | 
					 | 
					args = {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    "name":"healthcareio","version":"1.2.3",
 | 
					 | 
					 | 
					 | 
					    "name":"healthcareio","version":"1.2.4",
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    "author":"Vanderbilt University Medical Center",
 | 
					 | 
					 | 
					 | 
					    "author":"Vanderbilt University Medical Center",
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    "author_email":"steve.l.nyemba@vumc.org",
 | 
					 | 
					 | 
					 | 
					    "author_email":"steve.l.nyemba@vumc.org",
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    "license":"MIT",
 | 
					 | 
					 | 
					 | 
					    "license":"MIT",
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -17,7 +17,10 @@ args = {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					}
 | 
					 | 
					 | 
					 | 
					}
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					args["install_requires"] = ['seaborn','jinja2', 'weasyprint','data-transport@git+https://dev.the-phi.com/git/steve/data-transport.git','pymongo','numpy','cloudant','pika','boto','flask-session','smart_open']
 | 
					 | 
					 | 
					 | 
					args["install_requires"] = ['seaborn','jinja2', 'weasyprint','data-transport@git+https://dev.the-phi.com/git/steve/data-transport.git','pymongo','numpy','cloudant','pika','boto','flask-session','smart_open']
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					args['url'] = 'https://hiplab.mc.vanderbilt.edu'
 | 
					 | 
					 | 
					 | 
					args['url'] = 'https://hiplab.mc.vanderbilt.edu'
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					args['scripts']= ['healthcareio/healthcare-io.py']
 | 
					 | 
					 | 
					 | 
					# args['scripts']= ['healthcareio/healthcare-io.py']
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					args['entry_points'] = {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    'console_scripts'  : ['healthcareio=healthcareio:register']
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					}
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					if sys.version_info[0] == 2 :
 | 
					 | 
					 | 
					 | 
					if sys.version_info[0] == 2 :
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    args['use_2to3'] = False
 | 
					 | 
					 | 
					 | 
					    args['use_2to3'] = False
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
 
 |