summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2021-04-01 23:25:09 +0100
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2021-04-01 23:25:09 +0100
commit147b9147826fe4752fe8b1edfd91d6f43e952eaa (patch)
tree936b710dd86aa9526e39f635cb92d3598914cb7a /pyproject.toml
parent1720aee672601bf6c2d2a04377d3f0c4ecba1923 (diff)
downloadpip-147b9147826fe4752fe8b1edfd91d6f43e952eaa.tar.gz
Get rid of the tools/automation folder
It was an unnecessary level added to the folder hierarchy.
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 281594b21..b7e20bbe2 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 = [