Fix title formatting

This commit is contained in:
Donald Stufft 2018-04-22 13:43:10 -04:00
parent 920f277431
commit 3c0d97a0b7
1 changed files with 1 additions and 4 deletions

View File

@ -6,10 +6,7 @@ package = "pip"
package_dir = "src"
filename = "NEWS.rst"
directory = "news/"
title_format = """
{version} ({project_date})
==================
"""
title_format = "{version} ({project_date})"
template = "news/_template.rst"
[[tool.towncrier.type]]