added scrapy-sqs.py to deployed scripts

This commit is contained in:
Pablo Hoffman 2010-06-13 19:17:17 -03:00
parent 37f71a9957
commit 09182efaff
3 changed files with 3 additions and 1 deletions

1
README
View File

@ -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

1
debian/rules vendored
View File

@ -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

View File

@ -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',