File: //usr/local/lib/python2.7/distutils/command/install_egg_info.pyo
�
P��ac @ s� d Z d d l m Z d d l m Z m Z d d l Z d d l Z d d l Z d e f d � � YZ d � Z
d � Z d � Z d S(
s� distutils.command.install_egg_info
Implements the Distutils 'install_egg_info' command, for installing
a package's PKG-INFO metadata.i����( t Command( t logt dir_utilNt install_egg_infoc B sA e Z d Z d Z d g Z d � Z d � Z d � Z d � Z RS(
s) Install an .egg-info file for the packages8 Install package's PKG-INFO metadata as an .egg-info files install-dir=t ds directory to install toc C s
d | _ d S( N( t Nonet install_dir( t self( ( s>