Shebang line (1st line of scripts. ex. '#!/usr/bin/env python3') required "LF line separator" in many Unix-like environments.
But, the 4.01 package included CRLF separated scripts.
'setuptools.setup' has console_scripts entry_point.
The directive provides create corresponded to the platform command in install time.
Shebang line (1st line of scripts. ex. '#!/usr/bin/env python3') required "LF line separator" in many Unix-like environments. But, the 4.01 package included CRLF separated scripts.
'setuptools.setup' has console_scripts entry_point. The directive provides create corresponded to the platform command in install time.
https://python-packaging.readthedocs.io/en/latest/command-line-scripts.html#the-console-scripts-entry-point