Description
Console entry point startup can be made faster for Python packages that still define scripts in setup.py. Package maintainers use it to reduce wrapper overhead in installed tools. It affects generated packaging metadata and is mainly useful during build or install workflows.