#!/home/michael/src/generic/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'whereampy==0.3','console_scripts','mkpkg'
__requires__ = 'whereampy==0.3'
import sys
from pkg_resources import load_entry_point

sys.exit(
   load_entry_point('whereampy==0.3', 'console_scripts', 'mkpkg')()
)
