title-cased project name in setup.py

This commit is contained in:
Pablo Hoffman 2009-12-12 15:48:02 -02:00
parent a953efd8e5
commit 024c00a512
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ if u'SVN' in version:
version = ' '.join(version.split(' ')[:-1])
setup_args = {
'name': 'scrapy',
'name': 'Scrapy',
'version': version,
'url': 'http://scrapy.org',
'description': 'A high-level Python Screen Scraping framework',