You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
transition from scripts=['malconf'] in setup.py over to console scripts. once this is done, python then builds cross-platform command line commands automagically
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
The text was updated successfully, but these errors were encountered: