Updated some missing references to scrapy-ws script

This commit is contained in:
Pablo Hoffman 2010-08-27 01:05:59 -03:00
parent aab38be498
commit e7b3247a18
2 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@ Example of web service client
scrapy-ws.py script
-------------------
.. literalinclude:: ../../bin/scrapy-ws.py
.. literalinclude:: ../../extras/scrapy-ws.py
.. _Twisted Web guide: http://jcalderone.livejournal.com/50562.html
.. _JSON-RPC 2.0: http://www.jsonrpc.org/

View File

@ -74,7 +74,7 @@ if len(sys.argv) > 1 and sys.argv[1] == 'bdist_wininst':
for file_info in data_files:
file_info[0] = '\\PURELIB\\%s' % file_info[0]
scripts = ['bin/scrapy', 'bin/scrapy-ws.py']
scripts = ['bin/scrapy']
if os.name == 'nt':
scripts.append('extras/scrapy.bat')