#!/usr/bin/python2
# EASY-INSTALL-ENTRY-SCRIPT: 'htmlmin==0.1.10','console_scripts','htmlmin'
__requires__ = 'htmlmin==0.1.10'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
    sys.exit(
        load_entry_point('htmlmin==0.1.10', 'console_scripts', 'htmlmin')()
    )
