Skip to content

Commit

Permalink
add setuptools to the zipapp. resolves pre-commit#2122
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile authored and saravankrish committed Jul 7, 2023
1 parent 045dc0e commit 97dfb55
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 97dfb55

Please sign in to comment.