Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python setup scripts to console scripts #46

Open
kevthehermit opened this issue Oct 6, 2019 · 0 comments
Open

Python setup scripts to console scripts #46

kevthehermit opened this issue Oct 6, 2019 · 0 comments
Assignees

Comments

@kevthehermit
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant