19 lines
453 B
TOML
19 lines
453 B
TOML
[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} <https://github.com/aio-libs/aiohttp/issues/{issue}>`_"
|
|
|
|
|
|
[tool.cibuildwheel]
|
|
test-command = ""
|
|
# don't build PyPy wheels, install from source instead
|
|
skip = "pp*"
|