diff options
Diffstat (limited to 'third_party/python/frozenlist/pyproject.toml')
-rw-r--r-- | third_party/python/frozenlist/pyproject.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/python/frozenlist/pyproject.toml b/third_party/python/frozenlist/pyproject.toml new file mode 100644 index 0000000000..c2b7467278 --- /dev/null +++ b/third_party/python/frozenlist/pyproject.toml @@ -0,0 +1,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}>`_" |