Skip to content

Commit

Permalink
remove old cli commands (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin authored Dec 30, 2016
1 parent 45d5342 commit 17d5352
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ six
tblib
psutil
locket
zict >= 0.1.0
zict >= 0.1.1
sortedcollections
futures; python_version < '3.0'
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,5 @@
dask-remote=distributed.cli.dask_remote:go
dask-scheduler=distributed.cli.dask_scheduler:go
dask-worker=distributed.cli.dask_worker:go
dcenter=distributed.cli.dcenter:go
dcluster=distributed.cli.dcluster:go
dscheduler=distributed.cli.dscheduler:go
dworker=distributed.cli.dworker:go
''',
zip_safe=False)

0 comments on commit 17d5352

Please sign in to comment.