diff options
| -rw-r--r-- | README.rst (renamed from README.txt) | 0 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.rst index 26859f999..26859f999 100644 --- a/README.txt +++ b/README.rst @@ -22,7 +22,7 @@ from setuptools import setup, find_packages here = os.path.abspath(os.path.dirname(__file__)) try: - 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.txt')).read() except IOError: README = CHANGES = '' |
