[barbari.commands]
build = barbari.commands.build:Command
build-script = barbari.commands.build_script:Command
display-config = barbari.commands.display_config:Command
generate-config = barbari.commands.generate_config:Command
list-configs = barbari.commands.list_configs:Command
setup-flatcam = barbari.commands.setup_flatcam:Command

[console_scripts]
barbari = barbari.main:main
