Status of whl `.data/scripts`
Discussions on Python.org
Status of whl `.data/scripts`
None of pip, uv, pdm, poetry or hatch (or pypa/installer) currently implement generation of exe script wrappers on Windows for whl .data/scripts/* whose 1st line is #!python or #!pythonw. All of these do implement said same for .dist-info/entry_points.txt console / gui scripts though. There are real whls in the world (dill for one) that take Binary distribution format - Python Packaging User Guide seriously and package .data/scripts that use #!python. What is the PyPA take on this? The only char...
0 comments
No comments yet.