<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
B
    ‘–ReÀ  ã               @   s8   d Z ddlZddlmZ ddlmZ G dd„ deƒZdS )zD
Create a dist_info directory
As defined in the wheel specification
é    N)ÚCommand)Úlogc               @   s.   e Zd ZdZdgZdd„ Zdd„ Zdd„ Zd	S )
Ú	dist_infozcreate a .dist-info directory)z	egg-base=ÚezLdirectory containing .egg-info directories (default: top of the source tree)c             C   s
   d | _ d S )N)Úegg_base)Úself© r   ú’/builddir/build/BUILDROOT/alt-python37-setuptools-58.3.0-4.el8.x86_64/opt/alt/python37/lib/python3.7/site-packages/setuptools/command/dist_info.pyÚinitialize_options   s    zdist_info.initialize_optionsc             C   s   d S )Nr   )r   r   r   r	   Úfinalize_options   s    zdist_info.finalize_optionsc             C   sn   |   d¡}| j|_| ¡  | ¡  |jd tdƒ … d }t d t	j
 |¡¡¡ |   d¡}| |j|¡ d S )NÚegg_infoz	.egg-infoz
.dist-infozcreating '{}'Úbdist_wheel)Úget_finalized_commandr   r   Úrunr   Úlenr   ÚinfoÚformatÚosÚpathÚabspathZegg2dist)r   r   Údist_info_dirr   r   r   r	   r      s    

zdist_info.runN)Ú__name__Ú
__module__Ú__qualname__ÚdescriptionÚuser_optionsr
   r   r   r   r   r   r	   r      s
   r   )Ú__doc__r   Údistutils.corer   Ú	distutilsr   r   r   r   r   r	   Ú<module>   s   