summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorChris Hunt <chrahunt@gmail.com>2019-09-16 20:52:46 -0400
committerChris Hunt <chrahunt@gmail.com>2019-09-16 20:52:46 -0400
commit459c1c7e40c48ca2c10227f9cbf3667173266d97 (patch)
treee45f29258871aac32f776c84beaba456c6649ca8 /pyproject.toml
parentab250e3e09e9de7fc7bf687a12716268d6a86b45 (diff)
downloadpip-459c1c7e40c48ca2c10227f9cbf3667173266d97.tar.gz
Validate NEWS files with rstcheck.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 919965c27..aa798360c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ filename = "NEWS.rst"
directory = "news/"
title_format = "{version} ({project_date})"
issue_format = "`#{issue} <https://github.com/pypa/pip/issues/{issue}>`_"
-template = "news/_template.rst"
+template = "tools/automation/news/template.rst"
type = [
{ name = "Process", directory = "process", showcontent = true },
{ name = "Deprecations and Removals", directory = "removal", showcontent = true },