Your IP : 216.73.216.213


Current Path : /opt/alt/python36/lib/python3.6/site-packages/wheel/__pycache__/
Upload File :
Current File : //opt/alt/python36/lib/python3.6/site-packages/wheel/__pycache__/paths.cpython-36.pyc

3

Dt�Zi�@s>dZddljjZddljZddlZddlZdd�Z	dd�Z
dS)zJ
Installation paths.

Map the .data/ subdirectory names to install paths.
�NcCs$tjd|i�}tj|�}|j�|S)N�name)�dist�Distribution�install�finalize_options)r�d�i�r	�</opt/alt/python36/lib/python3.6/site-packages/wheel/paths.py�get_install_command
s
rcCsdi}t|�}x tjD]}t|d|�||<qWttd�r`tjjtj	dddtj
dd�|�|d<|S)	z�
    Return the (distutils) install paths for the named dist.

    A dict with ('purelib', 'platlib', 'headers', 'scripts', 'data') keys.
    �install_Zreal_prefix�include�site�pythonN��headers)rr�SCHEME_KEYS�getattr�hasattr�sys�os�path�join�prefix�version)r�pathsr�keyr	r	r
�get_install_pathss


r)�__doc__�distutils.command.install�commandr�distutils.distr�os.pathrrrrr	r	r	r
�<module>s