[console_scripts]
hkdm-SEs = hkdm.commands:SEs.run_from_console
hkdm-check = hkdm.commands:check.run_from_console
hkdm-cli = hkdm.cli:run_cli
hkdm-config = hkdm.configuration:run_configuration_wizard
hkdm-fix = hkdm.commands:fix.run_from_console
hkdm-get = hkdm.commands:get.run_from_console
hkdm-html-index = hkdm.commands:html_index.run_from_console
hkdm-ls = hkdm.commands:ls.run_from_console
hkdm-maid = hkdm.maid:run_maid
hkdm-move = hkdm.commands:move.run_from_console
hkdm-put = hkdm.commands:put.run_from_console
hkdm-remove = hkdm.commands:remove.run_from_console
hkdm-rename = hkdm.commands:rename.run_from_console
hkdm-replicas = hkdm.commands:replicas.run_from_console
hkdm-replicate = hkdm.commands:replicate.run_from_console
hkdm-rmdir = hkdm.commands:rmdir.run_from_console
hkdm-tests = hkdm.tests:run_tests

