summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorTzu-ping Chung <uranusjr@gmail.com>2021-04-03 23:31:48 +0800
committerGitHub <noreply@github.com>2021-04-03 23:31:48 +0800
commit5457c6f399b5211baabd2bdcc8f8de9fe534c58f (patch)
treec039c55b81fed0ffdaed3e8dbc24f2ee95435a9f /pyproject.toml
parent64ecfc8476fc74e524e2be110ae86b13a9ee9a17 (diff)
parent770e5aa7eb66c06a6952ad369986db9dfeef2f7e (diff)
downloadpip-5457c6f399b5211baabd2bdcc8f8de9fe534c58f.tar.gz
Merge branch 'main' into switch-to-tenacity
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 073362ceb..9f6dbe12a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ filename = "NEWS.rst"
directory = "news/"
title_format = "{version} ({project_date})"
issue_format = "`#{issue} <https://github.com/pypa/pip/issues/{issue}>`_"
-template = "tools/automation/news/template.rst"
+template = "tools/news/template.rst"
type = [
{ name = "Process", directory = "process", showcontent = true },
{ name = "Deprecations and Removals", directory = "removal", showcontent = true },
@@ -26,7 +26,7 @@ requirements = "src/pip/_vendor/vendor.txt"
namespace = "pip._vendor"
protected-files = ["__init__.py", "README.rst", "vendor.txt"]
-patches-dir = "tools/automation/vendoring/patches"
+patches-dir = "tools/vendoring/patches"
[tool.vendoring.transformations]
substitute = [