diff --git a/README b/README index e59d381f7..694fd7e6f 100644 --- a/README +++ b/README @@ -1,3 +1,4 @@ This is Scrapy, an opensource screen scraping framework written in Python. For more visit the project home page at http://scrapy.org + diff --git a/debian/rules b/debian/rules index 7b763ab5d..0e30f3a98 100755 --- a/debian/rules +++ b/debian/rules @@ -10,3 +10,4 @@ override_dh_auto_install: dh_auto_install mv $(CURDIR)/debian/scrapy/usr/bin/scrapy-ctl.py $(CURDIR)/debian/scrapy/usr/bin/scrapy-ctl mv $(CURDIR)/debian/scrapy/usr/bin/scrapy-ws.py $(CURDIR)/debian/scrapy/usr/bin/scrapy-ws + mv $(CURDIR)/debian/scrapy/usr/bin/scrapy-sqs.py $(CURDIR)/debian/scrapy/usr/bin/scrapy-sqs diff --git a/setup.py b/setup.py index c33b74105..e659f7ced 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ setup_args = { 'packages': packages, 'cmdclass': cmdclasses, 'data_files': data_files, - 'scripts': ['bin/scrapy-ctl.py', 'bin/scrapy-ws.py'], + 'scripts': ['bin/scrapy-ctl.py', 'bin/scrapy-ws.py', 'bin/scrapy-sqs.py'], 'classifiers': [ 'Programming Language :: Python', 'Programming Language :: Python :: 2.5',