def _extension(modpath): """Make setuptools.Extension.""" return setuptools.Extension(modpath, [modpath.replace('.', '/') + '.py'])