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

Move code from bin/codebasin to __main__.py #111

Merged
merged 1 commit into from
Sep 19, 2024

Commits on Sep 12, 2024

  1. Move code from bin/codebasin to __main__.py

    This simple change provides several improvements:
    
    - The codebasin script can be generated by pyproject.toml.
    - codebasin can now be invoked as python -m codebasin.
    - Editable installs now reflect changes to the command-line interface.
    
    Moving the command-line code into the codebasin/ package should also
    make it easier to test command-line functionality with unit tests, but
    this commit does not make any such changes.
    
    Signed-off-by: John Pennycook <john.pennycook@intel.com>
    Pennycook committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d5465ba View commit details
    Browse the repository at this point in the history