관리-도구
편집 파일: config.cpython-312.pyc
� t��e/ � �B � d Z ddlZddlmZ ddlmZ dZ G d� de� Zy) z�distutils.pypirc Provides the PyPIRCCommand class, the base class for the command classes that uses .pypirc in the distutils.command package. � N)�RawConfigParser� )�CommandzE[distutils] index-servers = pypi [pypi] username:%s password:%s c �^ � e Zd ZdZdZdZdZdZdddez fdgZd gZ d � Z d� Zd� Zd � Z d� Zd� Zy)� PyPIRCCommandz6Base command that knows how to handle the .pypirc filezhttps://upload.pypi.org/legacy/�pypiNzrepository=�rzurl of repository [default: %s])� show-responseNz&display full response text from serverr c �| � t j j t j j d� d� S )zReturns rc file path.�~z.pypirc)�os�path�join� expanduser��selfs ��/builddir/build/BUILDROOT/alt-python312-setuptools-69.0.2-1.el8.x86_64/opt/alt/python312/lib/python3.12/site-packages/setuptools/_distutils/config.py�_get_rc_filezPyPIRCCommand._get_rc_file% s&