diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2022-01-14 21:25:16 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-01-14 21:37:35 -0500 |
commit | e4dc986d1f5e91073f29fa381326a75068982422 (patch) | |
tree | 2a29d85d472c64254d89dd7f97999cf4b7708611 | |
parent | 110af0bfb342edc145c2bde58abe876b1eead985 (diff) | |
download | python-setuptools-git-e4dc986d1f5e91073f29fa381326a75068982422.tar.gz |
Move towncrier template to tools
-rw-r--r-- | pyproject.toml | 2 | ||||
-rw-r--r-- | tools/towncrier_template.rst (renamed from towncrier_template.rst) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 03c40125..6b426a37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ addopts = "-n auto" directory = "changelog.d" title_format = "v{version}" issue_format = "#{issue}" - template = "towncrier_template.rst" + template = "tools/towncrier_template.rst" underlines = ["-", "^"] [[tool.towncrier.type]] diff --git a/towncrier_template.rst b/tools/towncrier_template.rst index 7f507342..7f507342 100644 --- a/towncrier_template.rst +++ b/tools/towncrier_template.rst |