Submit
Path:
~
/
/
opt
/
alt
/
python311
/
lib
/
python3.11
/
site-packages
/
pip
/
_internal
/
operations
/
build
/
__pycache__
/
File Content:
metadata_legacy.cpython-311.pyc
� ��^i� � � � d Z ddlZddlZddlmZ ddlmZ ddlmZ ddl m Z ddlmZ ddl mZ ej e� � Zd ed efd�Zded edededed efd�ZdS )z;Metadata generation logic for legacy source distributions. � N)�BuildEnvironment)�open_spinner)�InstallationError)�make_setuptools_egg_info_args)�call_subprocess)� TempDirectory� directory�returnc � � d� t j | � � D � � }|st d| � �� � �t |� � dk r"t d� | � � � � �t j � | |d � � S )z.Find an .egg-info subdirectory in `directory`.c �<