We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0ddbc commit 0f67666Copy full SHA for 0f67666
README.txt renamed to README.rst
setup.py
@@ -30,7 +30,7 @@
30
here = os.path.abspath(os.path.dirname(__file__))
31
execfile(os.path.join(here, 'sqlalchemy_pervasive', '_version.py'))
32
33
-README = open(os.path.join(here, 'README.txt')).read()
+README = open(os.path.join(here, 'README.rst')).read()
34
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
35
36
0 commit comments