/ lib / setuptools / errors.pyc
errors.pyc
 1  o

 2  6�Hc�	�@s�dZddlmZejZejZejZej	Z	ej
 3  ZejZ
ejZejZejZejZejZejZejZejZejZejZejZGdd�dee �Z!Gdd�dee �Z"dS)zCsetuptools.errors
 4  
 5  Provides exceptions used by setuptools modules.
 6  �)�errorsc@�eZdZdZdS)�RemovedCommandErroraOError used for commands that have been removed in setuptools.
 7  
 8      Since ``setuptools`` is built on ``distutils``, simply removing a command
 9      from ``setuptools`` will make the behavior fall back to ``distutils``; this
10      error is raised if a command exists in ``distutils`` but has been actively
11      removed in ``setuptools``.
12      N��__name__�
13  __module__�__qualname__�__doc__�r
14  r
15  ��C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2800.0_x64__qbz5n2kfra8p0\lib\site-packages\setuptools\errors.pyr �rc@r)�PackageDiscoveryErrora{Impossible to perform automatic discovery of packages and/or modules.
16  
17      The current project layout or given discovery options can lead to problems when
18      scanning the project directory.
19  
20      Setuptools might also refuse to complete auto-discovery if an error prone condition
21      is detected (e.g. when a project is organised as a flat-layout but contains
22      multiple directories that can be taken as top-level packages inside a single
23      distribution [*]_). In these situations the users are encouraged to be explicit
24      about which packages to include or to make the discovery parameters more specific.
25  
26      .. [*] Since multi-package distributions are uncommon it is very likely that the
27         developers did not intend for all the directories to be packaged, and are just
28         leaving auxiliary code in the repository top-level, such as maintenance-related
29         scripts.
30      Nrr
31  r
32  r
33  rr
*rr
N)#r	�	distutilsr�_distutils_errors�DistutilsByteCompileError�ByteCompileError�CCompilerError�DistutilsClassError�
34  ClassError�CompileError�DistutilsExecError�	ExecError�DistutilsFileError�	FileError�DistutilsInternalError�
InternalError�LibError�	LinkError�DistutilsModuleError�ModuleError�DistutilsOptionError�OptionError�DistutilsPlatformError�
PlatformError�PreprocessError�DistutilsSetupError�
35  SetupError�DistutilsTemplateError�
TemplateError�UnknownFileError�DistutilsError�	BaseError�RuntimeErrorrr
r
36  r
37  r
38  r�<module>s*