from bento.commands import hooks

@hooks.pre_build
def pre_build(context):
    context.tweak_extension("sigtools", includes=".")
