Your IP : 216.73.216.213


Current Path : /opt/alt/python37/lib/python3.7/site-packages/wheel/__pycache__/
Upload File :
Current File : //opt/alt/python37/lib/python3.7/site-packages/wheel/__pycache__/paths.cpython-37.pyc

B

Dt�Zi�@sFdZddlmmZddlmZddlZddlZdd�Z	dd�Z
dS)zJ
Installation paths.

Map the .data/ subdirectory names to install paths.
�NcCs$t�d|i�}t�|�}|��|S)N�name)�dist�Distribution�install�finalize_options)r�d�i�r	�</opt/alt/python37/lib/python3.7/site-packages/wheel/paths.py�get_install_command
s
rc	Csdi}t|�}x tjD]}t|d|�||<qWttd�r`tj�tj	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