From e2ec94f197f7e2a040091d661cc56496e6136eba Mon Sep 17 00:00:00 2001 From: goodwillcoding Date: Sun, 1 Jun 2014 19:31:20 -0700 Subject: fix inclusion of README.rst in the package description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c832d3fc8..d736dc38d 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ else: here = os.path.abspath(os.path.dirname(__file__)) try: - with open(os.path.join(here, 'README.txt')) as f: + with open(os.path.join(here, 'README.rst')) as f: README = f.read() with open(os.path.join(here, 'CHANGES.txt')) as f: CHANGES = f.read() -- cgit v1.2.3