Skip to content

Commit

Permalink
Run tox -e vendor.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Oct 13, 2024
1 parent e2f530c commit f556240
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pex/vendor/_vendored/pip/.layout.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"fingerprint": "768109701e7307ef8ba174ae5e719a5cae902428ee80f038d963539745de167e", "record_relpath": "pip-20.3.4.dist-info/RECORD", "root_is_purelib": true, "stash_dir": ".prefix"}
{"fingerprint": "dae4c964a32e77aac0b92730a1722943ce1ff786660e0175952d3402f79e8fa4", "record_relpath": "pip-20.3.4.dist-info/RECORD", "root_is_purelib": true, "stash_dir": ".prefix"}
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[console_scripts]
pip = pip._internal.cli.main:main
pip3 = pip._internal.cli.main:main
pip3.8 = pip._internal.cli.main:main
pip3.9 = pip._internal.cli.main:main

2 changes: 1 addition & 1 deletion pex/vendor/_vendored/setuptools/.layout.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"fingerprint": "22ae0a68359cdb12d74f1a1dea6543161f0b1adab9f0555e8d3a800ec6d8f9b5", "record_relpath": "setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/RECORD", "root_is_purelib": true, "stash_dir": ".prefix"}
{"fingerprint": "66974ae8d54525a2996281ddbd983213d5594739f85808a04df65fe630ce9b65", "record_relpath": "setuptools-44.0.0+3acb925dd708430aeaf197ea53ac8a752f7c1863.dist-info/RECORD", "root_is_purelib": true, "stash_dir": ".prefix"}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[console_scripts]
easy_install = setuptools.command.easy_install:main
easy_install-3.8 = setuptools.command.easy_install:main
easy_install-3.9 = setuptools.command.easy_install:main

[distutils.commands]
alias = setuptools.command.alias:alias
Expand Down

0 comments on commit f556240

Please sign in to comment.