summaryrefslogtreecommitdiffstats
path: root/third_party/python/frozenlist/pyproject.toml
blob: c2b7467278f39e6586959ee4cd9f7676cf69485f (plain)
1
2
3
4
5
6
7
8
9
10
[build-system]
requires= ['setuptools', 'wheel', 'Cython']

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