Renamed README.

This commit is contained in:
Lance Edgar 2013-10-23 10:37:17 -07:00
parent ad0ddbc2aa
commit 0f67666275
2 changed files with 1 additions and 1 deletions

View file

@ -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()