Skip to content

Commit

Permalink
Fix a critical typo in bump_setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck authored Apr 16, 2024
1 parent 9b97d11 commit 7f58a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaraco/develop/migrate-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def tweak(config):


def bump_setuptools(build_system):
return build_system.replace('setuptool>=56', 'setuptools>=61.2')
return build_system.replace('setuptools>=56', 'setuptools>=61.2')


@autocommand.autocommand(__name__)
Expand Down

0 comments on commit 7f58a68

Please sign in to comment.