Skip to content

Commit

Permalink
make scrapyd package zip unsafe because the scrapyd command requires …
Browse files Browse the repository at this point in the history
…the txapp.py unpacked to run. fixes #49
  • Loading branch information
pablohoffman committed Jul 10, 2014
1 parent b9a38f6 commit f27c054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
'packages': ['scrapyd'],
'scripts': ['bin/scrapyd', 'bin/scrapyd-deploy'],
'include_package_data': True,
'zip_safe': False,
'classifiers': [
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
Expand Down

0 comments on commit f27c054

Please sign in to comment.