Search notes:

Python library: Setuptools

setuptools enhances distutils so as to make it easier to build and distribute Python packages.
setuptools is not part of the standard library, but comes with pip (and is found quite ubiquitously).

See also

The standard library distutils.
Packaging/deployment of modules
PEP 517
The pip option --use-pep517

Index