Renamed README.
This commit is contained in:
parent
ad0ddbc2aa
commit
0f67666275
2
setup.py
2
setup.py
|
@ -30,7 +30,7 @@ from setuptools import setup, find_packages
|
||||||
here = os.path.abspath(os.path.dirname(__file__))
|
here = os.path.abspath(os.path.dirname(__file__))
|
||||||
execfile(os.path.join(here, 'sqlalchemy_pervasive', '_version.py'))
|
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()
|
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue