Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove scrapyd deploy #92

Merged
merged 3 commits into from
Apr 22, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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