added long desription

This commit is contained in:
Stephen McQuay 2013-02-24 21:44:53 -08:00
parent 1dcfa62b90
commit 9840757907
1 changed files with 1 additions and 0 deletions

View File

@ -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(),
)