From 3ac1982b6099e1c729d0840a360bf0f37721f0d1 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 14 Nov 2021 19:08:26 -0500 Subject: Add vendoring config. --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 03c40125..19cd2add 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,3 +57,10 @@ addopts = "-n auto" directory = "misc" name = "Misc" showcontent = true + +[tool.vendoring] +destination = "setuptools/_vendor/" +requirements = "setuptools/_vendor/vendored.txt" +namespace = "setuptools._vendor" + +protected-files = ["__init__.py", "README.rst", "vendored.txt"] -- cgit v1.2.1