|
[build-system] |
|
requires = [ |
|
"setuptools >= 46.4.0", |
|
] |
|
build-backend = "setuptools.build_meta" |
|
|
|
[tool.towncrier] |
|
package = "aiohttp" |
|
filename = "CHANGES.rst" |
|
directory = "CHANGES/" |
|
title_format = "{version} ({project_date})" |
|
template = "CHANGES/.TEMPLATE.rst" |
|
issue_format = "{issue}" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[tool.towncrier.section]] |
|
path = "" |
|
|
|
[[tool.towncrier.type]] |
|
|
|
|
|
directory = "bugfix" |
|
name = "Bug fixes" |
|
showcontent = true |
|
|
|
[[tool.towncrier.type]] |
|
|
|
directory = "feature" |
|
name = "Features" |
|
showcontent = true |
|
|
|
[[tool.towncrier.type]] |
|
|
|
directory = "deprecation" |
|
name = "Deprecations (removal in next major release)" |
|
showcontent = true |
|
|
|
[[tool.towncrier.type]] |
|
|
|
|
|
directory = "breaking" |
|
name = "Removals and backward incompatible breaking changes" |
|
showcontent = true |
|
|
|
[[tool.towncrier.type]] |
|
|
|
directory = "doc" |
|
name = "Improved documentation" |
|
showcontent = true |
|
|
|
[[tool.towncrier.type]] |
|
|
|
|
|
directory = "packaging" |
|
name = "Packaging updates and notes for downstreams" |
|
showcontent = true |
|
|
|
[[tool.towncrier.type]] |
|
|
|
|
|
directory = "contrib" |
|
name = "Contributor-facing changes" |
|
showcontent = true |
|
|
|
[[tool.towncrier.type]] |
|
|
|
directory = "misc" |
|
name = "Miscellaneous internal changes" |
|
showcontent = true |
|
|
|
|
|
[tool.cibuildwheel] |
|
test-command = "" |
|
|
|
skip = "pp*" |
|
|
|
[tool.codespell] |
|
skip = '.git,*.pdf,*.svg,Makefile,CONTRIBUTORS.txt,venvs,_build' |
|
ignore-words-list = 'te' |
|
|