Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 484 Bytes

scripts.rst

File metadata and controls

10 lines (8 loc) · 484 Bytes

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.