From a3e41602cfba1ca49887532064e86ee3141274d4 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Thu, 8 Apr 2010 16:28:23 +0200 Subject: [PATCH] Added long_description to setup. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8b38ad0..3bceb95 100644 --- a/setup.py +++ b/setup.py @@ -30,4 +30,5 @@ setup( url='http://hg.hardcoded.net/send2trash/', license='LICENSE', description='Send file to trash natively under Mac OS X, Windows and Linux.', + long_description=open('README').read(), ) \ No newline at end of file