Open kevthehermit opened 5 years ago
transition from scripts=['malconf'] in setup.py over to console scripts. once this is done, python then builds cross-platform command line commands automagically
Examples:
https://github.com/plyara/plyara/blob/master/setup.py
you can then separate the CLI code into a single file like this: https://github.com/plyara/plyara/blob/master/plyara/command_line.py
transition from scripts=['malconf'] in setup.py over to console scripts. once this is done, python then builds cross-platform command line commands automagically
Examples:
https://github.com/plyara/plyara/blob/master/setup.py
you can then separate the CLI code into a single file like this: https://github.com/plyara/plyara/blob/master/plyara/command_line.py