Skip to content

Commit 0f67666

Browse files
author
Lance Edgar
committed
Renamed README.
1 parent ad0ddbc commit 0f67666

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
here = os.path.abspath(os.path.dirname(__file__))
3131
execfile(os.path.join(here, 'sqlalchemy_pervasive', '_version.py'))
3232

33-
README = open(os.path.join(here, 'README.txt')).read()
33+
README = open(os.path.join(here, 'README.rst')).read()
3434
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
3535

3636

0 commit comments

Comments
 (0)