From c49c1f0496a28957adf658441b3e19025ebf56a2 Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Tue, 23 Oct 2012 21:59:03 +0200 Subject: [PATCH] fix #19: remove download URL --- setup.py | 1 - you-get.json | 1 - 2 files changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 37d0babf..05bae85d 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,6 @@ setup( author = proj_info['author'], author_email = proj_info['author_email'], url = proj_info['url'], - download_url = proj_info['download_url'], license = proj_info['license'], description = proj_info['description'], diff --git a/you-get.json b/you-get.json index e19f339b..20954656 100644 --- a/you-get.json +++ b/you-get.json @@ -6,7 +6,6 @@ "author": "Mort Yao", "author_email": "mort.yao@gmail.com", "url": "http://www.soimort.org/you-get/", - "download_url": "https://github.com/soimort/you-get/zipball/master", "license": "MIT", "description": "A YouTube/Youku video downloader written in Python 3.",