Skip to content

Commit

Permalink
Remove six as a vendored dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 16, 2020
1 parent 5003bae commit 45e0ea0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1,738 deletions.
1 change: 1 addition & 0 deletions pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def install(vendor):
subprocess.check_call(install_args)
remove_all(vendor.glob('*.dist-info'))
remove_all(vendor.glob('*.egg-info'))
remove_all(vendor.glob('six.py'))
(vendor / '__init__.py').write_text('')


Expand Down
Loading

0 comments on commit 45e0ea0

Please sign in to comment.