Skip to content

Commit

Permalink
Add requirement for compatible setuptools version.
Browse files Browse the repository at this point in the history
In order to avoid a recursive dependency issue when parsing
the aiohttp version during install setuptools needs:
pypa/setuptools@c457e68

This implies we need setuptools 46.4.0 or newer.
  • Loading branch information
jameshilliard committed Nov 2, 2021
1 parent 7f0cd0d commit 7e07dbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/6205.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added requirement for compatible ``setuptools`` version.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[build-system]
requires = [
"setuptools>=46.4.0",
]
build-backend = "setuptools.build_meta"

[tool.towncrier]
package = "aiohttp"
filename = "CHANGES.rst"
Expand Down

0 comments on commit 7e07dbc

Please sign in to comment.