| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/cygwin64/lib/python3.9/site-packages/setuptools/__pycache__/ |
Upload File : |
a
��em
� @ s� d Z ddlmZ ejZejZejZej Z ej
ZejZ
ejZejZejZejZejZejZejZejZejZejZejZG dd� de�Z G dd� de�Z!G dd� dee"�Z#G d d
� d
ee"�Z$dS )zCsetuptools.errors
Provides exceptions used by setuptools modules.
� )�errorsc @ s e Zd ZdZdS )�InvalidConfigErrorz&Error used for invalid configurations.N��__name__�
__module__�__qualname__�__doc__� r r �5/usr/lib/python3.9/site-packages/setuptools/errors.pyr s r c @ s e Zd ZdZdS )�RemovedConfigErrorz?Error used for configurations that were deprecated and removed.Nr r r r r
r $ s r c @ s e Zd ZdZdS )�RemovedCommandErroraO Error used for commands that have been removed in setuptools.
Since ``setuptools`` is built on ``distutils``, simply removing a command
from ``setuptools`` will make the behavior fall back to ``distutils``; this
error is raised if a command exists in ``distutils`` but has been actively
removed in ``setuptools``.
Nr r r r r
r ( s r c @ s e Zd ZdZdS )�PackageDiscoveryErrora{ Impossible to perform automatic discovery of packages and/or modules.
The current project layout or given discovery options can lead to problems when
scanning the project directory.
Setuptools might also refuse to complete auto-discovery if an error prone condition
is detected (e.g. when a project is organised as a flat-layout but contains
multiple directories that can be taken as top-level packages inside a single
distribution [*]_). In these situations the users are encouraged to be explicit
about which packages to include or to make the discovery parameters more specific.
.. [*] Since multi-package distributions are uncommon it is very likely that the
developers did not intend for all the directories to be packaged, and are just
leaving auxiliary code in the repository top-level, such as maintenance-related
scripts.
Nr r r r r
r
2 s r
N)%r � distutilsr Z_distutils_errorsZDistutilsByteCompileErrorZByteCompileErrorZCCompilerErrorZDistutilsClassErrorZ
ClassErrorZCompileErrorZDistutilsExecError� ExecErrorZDistutilsFileErrorZ FileErrorZDistutilsInternalErrorZ
InternalErrorZLibErrorZ LinkErrorZDistutilsModuleErrorZModuleErrorZDistutilsOptionErrorZOptionErrorZDistutilsPlatformErrorZ
PlatformErrorZPreprocessErrorZDistutilsSetupErrorZ
SetupErrorZDistutilsTemplateErrorZ
TemplateErrorZUnknownFileErrorZDistutilsErrorZ BaseErrorr r �RuntimeErrorr r
r r r r
�<module> s,