mirror of https://github.com/scrapy/scrapy.git
added scrapy-sqs.py to deployed scripts
This commit is contained in:
parent
37f71a9957
commit
09182efaff
1
README
1
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue