From 8f420bd9500798f62e148f9906090ef2c197baa5 Mon Sep 17 00:00:00 2001 From: Richard Harding Date: Wed, 18 Apr 2012 21:35:58 -0400 Subject: [PATCH] Fix setup.py to pull the rst readme --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 637813e..130c05e 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( author_email="burchik@gmail.com", description="fast python port of arc90's readability tool", keywords='readable read parse html document readability', - long_description=open("README").read(), + long_description=open("README.rst").read(), license="Apache License 2.0", classifiers=[ "Environment :: Web Environment",