[console_scripts]
gwf = gwf.cli:main

[gwf.backends]
local = gwf.backends.local:LocalBackend
sge = gwf.backends.sge:SGEBackend
slurm = gwf.backends.slurm:SlurmBackend
testing = gwf.backends.testing:TestingBackend

[gwf.plugins]
cancel = gwf.plugins.cancel:cancel
clean = gwf.plugins.clean:clean
config = gwf.plugins.config:config
info = gwf.plugins.info:info
init = gwf.plugins.init:init
logs = gwf.plugins.logs:logs
run = gwf.plugins.run:run
status = gwf.plugins.status:status
touch = gwf.plugins.touch:touch
workers = gwf.plugins.workers:workers

