Skip to content

Commit

Permalink
add setuptools to the zipapp. resolves #2122
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Nov 30, 2021
1 parent d91a4c4 commit a737d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/zipapp/make
Expand Up @@ -71,7 +71,7 @@ def main() -> int:
_msg('populating wheels...')
_exit_if_retv(
'podman', 'run', '--rm', '--volume', f'{wheeldir}:/wheels:rw', IMG,
'pip', 'wheel', f'pre_commit=={args.version}',
'pip', 'wheel', f'pre_commit=={args.version}', 'setuptools',
'--wheel-dir', '/wheels',
)

Expand Down

0 comments on commit a737d5f

Please sign in to comment.