removed unused code

This commit is contained in:
Pablo Hoffman 2010-06-14 08:28:48 -03:00
parent ede1df4b4f
commit 68e8e6ac11
1 changed files with 0 additions and 2 deletions

View File

@ -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',