관리-도구
편집 파일: sdist.cpython-312.pyc
� t��e� � � � d dl mZ d dlmc mZ d dlZd dlZd dlZd dl m Z ddlmZ ddl mZ eZdd�Z G d � d ej � Zy)� )�logN)�chain� )�metadata� )�_ORIGINAL_SUBCOMMANDSc # � K � t j d�� D ]! } |j � | � D ] }|�� � �# y�w)z%Find all files under revision controlzsetuptools.file_finders)�groupN)r �entry_points�load)�dirname�ep�items ��/builddir/build/BUILDROOT/alt-python312-setuptools-69.0.2-1.el8.x86_64/opt/alt/python312/lib/python3.12/site-packages/setuptools/command/sdist.py�walk_revctrlr sB � �� ��#�#�*C�D� ���B�G�G�I�g�&� �D��J� ��s �<>c �� � � e Zd ZdZg d�Zi Zg d�Z ed� eD � � Zd� Z d� Z d� Zd� Ze ej d � � � Z� fd �Z� fd�Zd� Zd � Zd� Zd� Z� fd�Zd� Zd� Zd� Zd� Z� xZS )�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])zowner=�uz@Owner name used when creating a tar file [default: current user])zgroup=�gzAGroup name used when creating a tar file [default: current group])� z.rstz.txtz.mdc # �>