Command-line scriptsΒΆ

The recommended way to add command-line scripts to your package is to make use of the setuptools console_scripts entry point, as described in the setuptools documentation. If you want to add command-line arguments/flags to your script, we recommend using click package which makes this much easier.