module documentation

Undocumented

Class build Undocumented
Class SubCommand In order to support editable installations (see :pep:`660`) all build subcommands **SHOULD** implement this protocol. They also **MUST** inherit from ``setuptools.Command``.
Constant _ORIGINAL_SUBCOMMANDS Undocumented
_ORIGINAL_SUBCOMMANDS: set[str] = (source)

Undocumented

Value
set(['build_py', 'build_clib', 'build_ext', 'build_scripts'])