From e71da1f14de5d8f85b65fb32d53afdb8c46ecbe4 Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 2 Nov 2012 18:24:13 +0100 Subject: [PATCH] Use proper description for binary build. fix #1005 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9f83166..23b0dfc 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,6 @@ from setuptools import setup import os import sys import version -import zipfile # Include proper dirs @@ -99,7 +98,7 @@ setup( 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"), + description = 'CouchPotato %s' % version.VERSION, data_files = DATA_FILES, options = dict(bdist_esky = ESKY_OPTIONS), )