From aad7a3f1866aca17b3fb3e7b3c5e8c0daa93515e Mon Sep 17 00:00:00 2001 From: Satchit Haridas Date: Wed, 6 Mar 2013 15:53:52 -0500 Subject: [PATCH] update name of the file renamed earlier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index baf4ffc..bc09898 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ import os long_description = open( - os.path.join(*(['src'] + name.split('.') + ['README.txt'])) + os.path.join(*(['src'] + name.split('.') + ['README.rst'])) ).read() setup(