From aa1fa3eb9a418f0f9df23660e4726bbbccdcac2d Mon Sep 17 00:00:00 2001 From: Ruud Date: Wed, 19 Sep 2012 15:42:33 +0200 Subject: [PATCH] Add description --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 18f098a3..c3a687ed 100644 --- a/setup.py +++ b/setup.py @@ -97,6 +97,9 @@ setup( name = NAME, scripts = APP, version = version.VERSION, + author = "Ruud", + author_email = "info@couchpota.to", + description = ("Download movies automatically, easily and in the best quality as soon as they are released, via usenet or torrents"), data_files = DATA_FILES, options = dict(bdist_esky = ESKY_OPTIONS), )