Rename README to .rst.
This commit is contained in:
		
							parent
							
								
									247c8d7060
								
							
						
					
					
						commit
						580e91c544
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								setup.py
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								setup.py
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -29,7 +29,7 @@ from setuptools import setup, find_packages
 | 
			
		|||
 | 
			
		||||
here = os.path.abspath(os.path.dirname(__file__))
 | 
			
		||||
execfile(os.path.join(here, 'tailbone', '_version.py'))
 | 
			
		||||
README = open(os.path.join(here, 'README.txt')).read()
 | 
			
		||||
README = open(os.path.join(here, 'README.rst')).read()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
requires = [
 | 
			
		||||
| 
						 | 
				
			
			@ -103,7 +103,7 @@ setup(
 | 
			
		|||
    url = "http://rattail.edbob.org/",
 | 
			
		||||
    license = "GNU Affero GPL v3",
 | 
			
		||||
    description = "Backoffice Web Application for Rattail",
 | 
			
		||||
    long_description = READMES,
 | 
			
		||||
    long_description = README,
 | 
			
		||||
 | 
			
		||||
    classifiers = [
 | 
			
		||||
        'Development Status :: 3 - Alpha',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue