1# EASY-INSTALL-DEV-SCRIPT: %(spec)r,%(script_name)r 2__requires__ = %(spec)r 3__import__('pkg_resources').require(%(spec)r) 4__file__ = %(dev_path)r 5with open(__file__) as f: 6 exec(compile(f.read(), __file__, 'exec')) 7