From 68e8e6ac114bd84157544976c4bde1a73758fa11 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Mon, 14 Jun 2010 08:28:48 -0300 Subject: [PATCH] removed unused code --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index e659f7ced..35bac8a46 100644 --- a/setup.py +++ b/setup.py @@ -76,8 +76,6 @@ if len(sys.argv) > 1 and sys.argv[1] == 'bdist_wininst': # Dynamically calculate the version based on scrapy.__version__ version = __import__('scrapy').__version__ -if u'SVN' in version: - version = ' '.join(version.split(' ')[:-1]) setup_args = { 'name': 'Scrapy',