mirror of https://github.com/scrapy/scrapy.git
title-cased project name in setup.py
This commit is contained in:
parent
a953efd8e5
commit
024c00a512
2
setup.py
2
setup.py
|
|
@ -80,7 +80,7 @@ if u'SVN' in version:
|
||||||
version = ' '.join(version.split(' ')[:-1])
|
version = ' '.join(version.split(' ')[:-1])
|
||||||
|
|
||||||
setup_args = {
|
setup_args = {
|
||||||
'name': 'scrapy',
|
'name': 'Scrapy',
|
||||||
'version': version,
|
'version': version,
|
||||||
'url': 'http://scrapy.org',
|
'url': 'http://scrapy.org',
|
||||||
'description': 'A high-level Python Screen Scraping framework',
|
'description': 'A high-level Python Screen Scraping framework',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue