From cafe2c0a218fd74cecdd450a492138861a1206f0 Mon Sep 17 00:00:00 2001 From: Scott Petersen Date: Fri, 20 Dec 2013 16:57:23 -0800 Subject: [PATCH] Filename updates. --- MANIFEST.in | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index cfecd0b..5ff2b0f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include README.md +include README.rst include LICENSE recursive-include docs/build *.* recursive-include examples *.py diff --git a/setup.py b/setup.py index 9eee45f..cbabce4 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup def readme(): - """Returns the contents of README.md""" + """Returns the contents of README.rst""" with open('README.rst') as readme_file: return readme_file.read()