_iR p d Z ddlZddlZddlmZ ddlmZ ddlmZ ddlm Z m Z mZmZm Z mZmZmZmZ ddlZddlmZ ddlmZ eeej2 f Zee Zej8 j: Ze rdd lm Z d ede!fdZ" G d d Z# G d d Z$ G d de$ Z% G d de% Z& G d de$ Z' G d de& Z( G d de' Z)dedede e fdZ* G d d Z+d e e de e fd!Z,d e e de e fd"Z-d e e d#eeef d$edee fd%Z.d&ed#eeef d$edefd'Z/d e e d(ede eef fd)Z0y)*u_ Automatic discovery of Python modules and packages (for inclusion in the distribution) and other config values. For the purposes of this module, the following nomenclature is used: - "src-layout": a directory representing a Python project that contains a "src" folder. Everything under the "src" folder is meant to be included in the distribution when packaging the project. Example:: . ├── tox.ini ├── pyproject.toml └── src/ └── mypkg/ ├── __init__.py ├── mymodule.py └── my_data_file.txt - "flat-layout": a Python project that does not use "src-layout" but instead have a directory under the project root for each package:: . ├── tox.ini ├── pyproject.toml └── mypkg/ ├── __init__.py ├── mymodule.py └── my_data_file.txt - "single-module": a project that contains a single Python script direct under the project root (no directory used):: . ├── tox.ini ├── pyproject.toml └── mymodule.py Nfnmatchcase)glob)Path) TYPE_CHECKINGDictIterableIteratorListMappingOptionalTupleUnion)log)convert_path)Distributionpathreturnc \ t j j | j S N)osr basenameisidentifier)r s /builddir/build/BUILDROOT/alt-python312-setuptools-69.0.2-3.el8.x86_64/opt/alt/python312/lib/python3.12/site-packages/setuptools/discovery.py_valid_namer G s 77D!..00 c <