| 
				
			 | 
			
			
				@@ -4,7 +4,7 @@ import sys 
			 | 
		
	
		
			
			| 
				4
			 | 
			
				4
			 | 
			
			
				 from setuptools import setup, find_packages 
			 | 
		
	
		
			
			| 
				5
			 | 
			
				5
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				6
			 | 
			
				6
			 | 
			
			
				 here = os.path.abspath(os.path.dirname(__file__)) 
			 | 
		
	
		
			
			| 
				7
			 | 
			
				
			 | 
			
			
				-with open(os.path.join(here, 'README.txt')) as f: 
			 | 
		
	
		
			
			| 
				
			 | 
			
				7
			 | 
			
			
				+with open(os.path.join(here, 'README.md')) as f: 
			 | 
		
	
		
			
			| 
				8
			 | 
			
				8
			 | 
			
			
				     README = f.read() 
			 | 
		
	
		
			
			| 
				9
			 | 
			
				9
			 | 
			
			
				 with open(os.path.join(here, 'CHANGES.txt')) as f: 
			 | 
		
	
		
			
			| 
				10
			 | 
			
				10
			 | 
			
			
				     CHANGES = f.read() 
			 |