관리-도구
편집 파일: config.cpython-311.pyc
� �܋fj � �X � d Z ddlZddlZddlmZ ddlmZ dZ G d� de� � Z d � Z dS ) 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 �b � e Zd ZdZdZdZdZdZddde� d�fd gZd gZ d� Z d� Zd � Zd� Z d� Zd� ZdS )� PyPIRCCommandz6Base command that knows how to handle the .pypirc filezhttps://upload.pypi.org/legacy/�pypiNzrepository=�rzurl of repository [default: �])� show-responseNz&display full response text from serverr c �| � t j � t j � d� � d� � S )zReturns rc file path.�~z.pypirc)�os�path�join� expanduser��selfs �S/opt/cloudlinux/venv/lib64/python3.11/site-packages/setuptools/_distutils/config.py�_get_rc_filezPyPIRCCommand._get_rc_file'