[bsb.adapters]
arbor = bsb.simulators.arbor
nest = bsb.simulators.nest
neuron = bsb.simulators.neuron

[bsb.commands]
commands = bsb.cli.commands._commands

[bsb.config.parsers]
json = bsb.config.parsers.json

[bsb.config.templates]
bsb_templates = bsb.config.templates

[bsb.options]
config = bsb._options:config
sudo = bsb._options:sudo
verbosity = bsb._options:verbosity
version = bsb._options:version

[console_scripts]
bsb = bsb.cli:handle_cli
