File diff ad0ddbc2aaf0 → 0f676662758c
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()