Skip to content

Commit

Permalink
Merge pull request #92 from rdowinton/remove-scrapyd-deploy
Browse files Browse the repository at this point in the history
Remove scrapyd deploy
  • Loading branch information
pablohoffman committed Apr 22, 2015
2 parents a552590 + 191353e commit f4b8cfb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 276 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ include MANIFEST.in
include scrapyd/VERSION
include scrapyd/default_scrapyd.conf
recursive-include scrapyd/tests *.egg
recursive-include scrapyd/scripts *.py
recursive-include docs *
prune docs/_build
recursive-include extras *
2 changes: 1 addition & 1 deletion scrapyd/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2
273 changes: 0 additions & 273 deletions scrapyd/scripts/scrapy_deploy.py

This file was deleted.

2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
'maintainer_email': 'info@scrapy.org',
'license': 'BSD',
'packages': ['scrapyd'],
# 'scripts': ['bin/scrapyd', 'bin/scrapyd-deploy'],
'include_package_data': True,
'zip_safe': False,
'classifiers': [
Expand All @@ -31,7 +30,6 @@
'entry_points': '''\
[console_scripts]
scrapyd = scrapyd.scripts.scrapyd_run:main
scrapy-deploy = scrapyd.scripts.scrapy_deploy:main
'''
}

Expand Down

0 comments on commit f4b8cfb

Please sign in to comment.