Closed rsgalloway closed 1 month ago
Prefer using console_scripts in entry_points over scripts in the setup.py module for:
console_scripts
entry_points
scripts
https://packaging.python.org/en/latest/specifications/entry-points/
This will most likely involve a refactor of the code to add the entry point.
Is there a better way?
Prefer using
console_scripts
inentry_points
overscripts
in the setup.py module for:https://packaging.python.org/en/latest/specifications/entry-points/
This will most likely involve a refactor of the code to add the entry point.
Is there a better way?