|
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 : /proc/self/root/opt/alt/python27/lib64/python2.7/distutils/command/ |
Upload File : |
�
�[
bc @ s d Z d Z d d l Z d d l Z d d l Z d d l m Z d d l m Z d d l m Z d d l
m Z m Z m
Z
m Z d d l m Z d d l m Z m Z m Z d d
l m Z d d l
m Z d d l m Z d
� Z d e f d � � YZ d S( sa distutils.command.sdist
Implements the Distutils 'sdist' command (create a source distribution).s $Id$i����N( t glob( t warn( t Command( t dir_utilt dep_utilt file_utilt archive_util( t TextFile( t DistutilsPlatformErrort DistutilsOptionErrort DistutilsTemplateError( t FileList( t log( t convert_pathc C s� d d l m } d d l m } g } x6 | j � D]( } | j d | d | | d f � q3 W| j � | | � j d � d S( so Print all possible values for the 'formats' option (used by
the "--help-formats" command-line option).
i����( t FancyGetopt( t ARCHIVE_FORMATSs formats=i s. List of available source distribution formats:N( t distutils.fancy_getoptR t distutils.archive_utilR t keyst appendt Nonet sortt
print_help( R R t formatst format( ( s<