|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /opt/alt/python38/lib/python3.8/site-packages/setuptools/command/__pycache__/ |
Upload File : |
U
+�aO � @ sx d dl mZ d dlm mZ d dlZd dlZd dlZd dl Z ddl
mZ d dlZe
Zd
dd�ZG dd � d eej�ZdS )� )�logN� )�sdist_add_defaults� c c s, t �d�D ]}|�� | �D ]
}|V qq
dS )z%Find all files under revision controlzsetuptools.file_findersN)�
pkg_resources�iter_entry_points�load)�dirname�ep�item� r �@/tmp/pip-install-1bd_1mtk/setuptools/setuptools/command/sdist.py�walk_revctrl s r c s� e Zd ZdZdddgZi ZddddgZed d
� eD ��Zdd� Z d
d� Z
dd� Zdd� Ze
ejdd� ��Z� fdd�Zdd� Zdd� Zdd� Z� fdd�Zdd � Zd!d"� Zd#d$� Zd%d&� Z� ZS )'�sdistz=Smart sdist that finds anything supported by revision control)zformats=Nz6formats for source distribution (comma-separated list))z keep-temp�kz@keep the distribution tree around after creating archive file(s))z dist-dir=�dzFdirectory to put the source distribution archive(s) in [default: dist]r z.rstz.txtz.mdc c s | ]}d � |�V qdS )z README{0}N)�format)�.0�extr r r
� <genexpr>'