Add --no-tree-build flag

resolves #40
This commit is contained in:
Mohamed Feddad
2021-12-09 00:01:02 +04:00
parent 8b1ee56578
commit 4ce4a09ca9
2 changed files with 11 additions and 3 deletions

View File

@@ -70,6 +70,10 @@ def main():
help='python compatibility tag (e.g. cp37-cp37m)')
build_app_parser.add_argument('-p', '--python-version',
help='python version (e.g. 3.8)')
build_app_parser.add_argument('--no-tree-build',
help='omits pip in-tree-build flag',
action='store_true',
default=False)
which_parser = subparsers.add_parser('which',
description='Locate a binary dependency')