Changeset - 0f676662758c
[Not reviewed]
1 1 1
Lance Edgar - 10 years ago 2013-10-23 12:37:17
ledgar@sacfoodcoop.com
Renamed README.
2 files changed with 1 insertions and 1 deletions:
README.rst
rename
0 comments (0 inline, 0 general)
README.rst
Show inline comments
 
file renamed from README.txt to README.rst
setup.py
Show inline comments
 
@@ -30,7 +30,7 @@ from setuptools import setup, find_packages
 
here = os.path.abspath(os.path.dirname(__file__))
 
execfile(os.path.join(here, 'sqlalchemy_pervasive', '_version.py'))
 

	
 
README = open(os.path.join(here, 'README.txt')).read()
 
README = open(os.path.join(here, 'README.rst')).read()
 
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
 

	
 

	
0 comments (0 inline, 0 general)