Jq
/ d Z ddlmZ ddlmZmZmZ ddlmZ ddl m
Z
ede Zd
Zdedefd
Z
e
e
j Z e
e
j ZdS )zVFor backward compatibility, expose main functions from
``setuptools.config.setupcfg``
)wraps)CallableTypeVarcast )SetuptoolsDeprecationWarning )setupcfgFn)bound)parse_configurationread_configurationfnreturnc b t fd }t t | S )Nc
z t j ddt dj dt j d | i |S )NzDeprecated API usage.zZ
As setuptools moves its configuration towards `pyproject.toml`,
`.zG` became deprecated.
For the time being, you can use the `a ` module
to access a backward compatible API, but this module is provisional
and might be removed in the future.
To read project metadata, consider using
``build.util.project_wheel_metadata`` (https://pypi.org/project/build/).
For simple scenarios, you can also try parsing the file directly
with the help of ``configparser``.
)r emit__name__r
)argskwargsr s l/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib/python3.11/site-packages/setuptools/config/__init__.py_wrapperz%_deprecation_notice.