[console_scripts]
score = score.cli:main

[score.cli]
conf = score.cli.cli:main

[score.cli.setup]
update_bashrc_path = score.cli.setup:AddToBashrcPath
update_windows_path = score.cli.setup:AddToWindowsPath
update_zshrc_path = score.cli.setup:AddToZshrcPath

