|
[build-system] |
|
requires = ["setuptools >= 40"] |
|
build-backend = "setuptools.build_meta" |
|
|
|
|
|
[tool.towncrier] |
|
package = "multidict" |
|
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-requires = "-r requirements/pytest.txt" |
|
test-command = "pytest {project}/tests" |
|
|
|
skip = "pp*" |
|
|