Skip to content

Commit

Permalink
require wheel dir
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyxu committed Sep 29, 2022
1 parent 2b66f77 commit 39371fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tools/delocate-wheel
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ from delocate.wheeltools import InWheelCtx
def main():
parser = ArgumentParser()
parser.add_argument("--require-archs", metavar="ARCH")
parser.add_argument("-w", "--wheel-dir")
parser.add_argument("-w", "--wheel-dir", required=True)
parser.add_argument("wheel", nargs="+")

args = parser.parse_args()
Expand Down

0 comments on commit 39371fc

Please sign in to comment.