File size: 329 Bytes
065fee7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
[build-system]
requires = [
"setuptools>=45",
"wheel",
]
build-backend = "setuptools.build_meta"
[tool.towncrier]
package = "async_timeout"
filename = "CHANGES.rst"
directory = "CHANGES/"
title_format = "{version} ({project_date})"
issue_format = "`#{issue} <https://github.com/aio-libs/async-timeout/issues/{issue}>`_"
|