summaryrefslogtreecommitdiffstats
path: root/third_party/python/multidict/pyproject.toml
blob: f1b83b8f62fd4c9e79fb58db73b86563793031fb (plain)
1
2
3
4
5
6
7
8
9
10
11
[build-system]
requires = ["setuptools>=40", "wheel"]


[tool.towncrier]
package = "multidict"
filename = "CHANGES.rst"
directory = "CHANGES/"
title_format = "{version} ({project_date})"
template = "CHANGES/.TEMPLATE.rst"
issue_format = "`#{issue} <https://github.com/aio-libs/multidict/issues/{issue}>`_"