From e6bd10d503d2c8d76eb95b5428b5a4467d6e1f5f Mon Sep 17 00:00:00 2001 From: Andrey Bienkowski Date: Sun, 31 Jan 2021 12:59:31 +0000 Subject: [PATCH] _vendor/README.rst: link to pypi.org/project/vendoring I got confused and searched for a tool called "vendoring" in this repository. Hopefully this will save some time to the next person trying to figure out how to run the vendoring tool. --- news/d809028d-331a-4700-bfc1-485814e6c90e.trivial.rst | 0 src/pip/_vendor/README.rst | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 news/d809028d-331a-4700-bfc1-485814e6c90e.trivial.rst diff --git a/news/d809028d-331a-4700-bfc1-485814e6c90e.trivial.rst b/news/d809028d-331a-4700-bfc1-485814e6c90e.trivial.rst new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/pip/_vendor/README.rst b/src/pip/_vendor/README.rst index 6699d72c2f3..9363558129e 100644 --- a/src/pip/_vendor/README.rst +++ b/src/pip/_vendor/README.rst @@ -116,7 +116,7 @@ Modifications Automatic Vendoring =================== -Vendoring is automated via the ``vendoring`` tool from the content of +Vendoring is automated via the `vendoring `_ tool from the content of ``pip/_vendor/vendor.txt`` and the different patches in ``tools/automation/vendoring/patches``. Launch it via ``vendoring sync . -v`` (requires ``vendoring>=0.2.2``).