[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.cibuildwheel] test-command = "" # don't build PyPy wheels, install from source instead skip = "pp*"