mirror of https://github.com/scrapy/scrapy.git
removed unused code
This commit is contained in:
parent
ede1df4b4f
commit
68e8e6ac11
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue