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

Fix: Exclude file from wheel when listed in gitignore and src layout is used #81

Merged
merged 3 commits into from
Sep 23, 2020

Commits on Sep 15, 2020

  1. change (masonry.builders.builder): check if a file is excluded first …

    …before setting source root to the package base
    
    fix (masonry.builders.wheel): fix substitution in string formation
    new (tests.masonry.builders.test_wheel): test to check if file is excluded in wheel, when listed in gitignore and src layout is used
    finswimmer committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    6af44fb View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. new (masonry.builders.builder): add attribute project_root to `Buil…

    …dIncludeFile` to store the original path to the project's root folder
    
    new (masonry.builders.builder): method to return relative path to project's root for `BuildIncludeFile`
    change (masonry.builders.builder): use relative path to project's root when checking if BuildIncludeFile is excluded
    fix (masonry.builders.wheel): fix substitution in string formation
    finswimmer committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    7f4f70f View commit details
    Browse the repository at this point in the history
  2. change (masonry.builders.builder): remove obsolete _original_path a…

    …ttribute of `Builder`
    
    fix (masonry.builders.builder): fix some type hints
    finswimmer committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    0ff4ba5 View commit details
    Browse the repository at this point in the history