package documentation

For backward compatibility, expose main functions from ``setuptools.config.setupcfg``

Module expand Utility functions to expand configuration directives or special values (such glob patterns).
Module pyprojecttoml Load setuptools configuration from ``pyproject.toml`` files.
Module setupcfg Load setuptools configuration from ``setup.cfg`` files.
Module _apply_pyprojecttoml Translation layer between pyproject config and setuptools distribution and metadata objects.
Package _validate_pyproject No package docstring; 0/2 constant, 1/1 function, 3/3 exceptions, 1/5 module documented

From __init__.py:

Type Variable Fn Undocumented
Variable parse_configuration Undocumented
Variable read_configuration Undocumented
Function _deprecation_notice Undocumented

Undocumented

Value
TypeVar('Fn',
        bound=Callable)
def _deprecation_notice(fn: Fn) -> Fn: (source)

Undocumented

read_configuration = (source)

Undocumented

parse_configuration = (source)

Undocumented