setup.py: use README.rst to populate long_description

This commit is contained in:
Pablo Hoffman 2012-11-25 22:22:24 -02:00
parent 80f9bb6b80
commit 7b5310d8a8
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ setup_args = {
'version': version,
'url': 'http://scrapy.org',
'description': 'A high-level Python Screen Scraping framework',
'long_description': 'Scrapy is a high level scraping and web crawling framework for writing spiders to crawl and parse web pages for all kinds of purposes, from information retrieval to monitoring or testing web sites.',
'long_description': open('README.rst').read(),
'author': 'Scrapy developers',
'maintainer': 'Pablo Hoffman',
'maintainer_email': 'pablo@pablohoffman.com',