Browse Source

Use proper description for binary build. fix #1005

tags/build/2.0.3
Ruud 13 years ago
parent
commit
e71da1f14d
  1. 3
      setup.py

3
setup.py

@ -3,7 +3,6 @@ from setuptools import setup
import os import os
import sys import sys
import version import version
import zipfile
# Include proper dirs # Include proper dirs
@ -99,7 +98,7 @@ setup(
version = version.VERSION, version = version.VERSION,
author = "Ruud", author = "Ruud",
author_email = "info@couchpota.to", 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, data_files = DATA_FILES,
options = dict(bdist_esky = ESKY_OPTIONS), options = dict(bdist_esky = ESKY_OPTIONS),
) )

Loading…
Cancel
Save