Skip to content
  • Georges Racinet's avatar
    packaging: made a proper Python project with console scripts · bee38da7b9b3
    Georges Racinet authored
    This will allow sharing basic utilities, like branch name
    parsing and the like, and allow for proper testing
    
    On the conversion machine, we will install the console scripts
    with `pip install --user -e`. This is what the Makefile defaults to,
    and it leads to convert-pull-local, the first migrated script to
    lie in `~/.local/bin`.
    
    The source and destination paths are now interpreted relative
    to the current working directory, which is more natural for
    scripts that are installed in such a dedicated directory.
    bee38da7b9b3
Validating GitLab CI configuration… Learn more