From 984075790754f510c4b170bf80afc13dc0704b0e Mon Sep 17 00:00:00 2001 From: Stephen McQuay Date: Sun, 24 Feb 2013 21:44:53 -0800 Subject: [PATCH] added long desription --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5a62309..b291bd3 100644 --- a/setup.py +++ b/setup.py @@ -15,4 +15,5 @@ setup( description= ( 'a rather simple echo irc bot to stand as a simple example of how ' 'this could be done.'), + long_description=open('README.rst').read(), )