|  |  | @ -24,7 +24,8 @@ setup( | 
			
		
	
		
		
			
				
					
					|  |  |  |     name=APP_NAME, |  |  |  |     name=APP_NAME, | 
			
		
	
		
		
			
				
					
					|  |  |  |     version=APP_VERSION, |  |  |  |     version=APP_VERSION, | 
			
		
	
		
		
			
				
					
					|  |  |  |     author=__author__, |  |  |  |     author=__author__, | 
			
		
	
		
		
			
				
					
					|  |  |  |     description=APP_DESCRIPTION, |  |  |  |     description=APP_DESCRIPTION.split('\n')[0], | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     long_description=APP_DESCRIPTION, | 
			
		
	
		
		
			
				
					
					|  |  |  |     license=__license__, |  |  |  |     license=__license__, | 
			
		
	
		
		
			
				
					
					|  |  |  |     keywords=['yaml', 'lint', 'linter', 'syntax', 'checker'], |  |  |  |     keywords=['yaml', 'lint', 'linter', 'syntax', 'checker'], | 
			
		
	
		
		
			
				
					
					|  |  |  |     url='https://github.com/adrienverge/yamllint', |  |  |  |     url='https://github.com/adrienverge/yamllint', | 
			
		
	
	
		
		
			
				
					|  |  | 
 |