Skip to content

Commit

Permalink
Set the minimum required setuptools to v46.4.0
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko <[email protected]>
  • Loading branch information
jameshilliard and webknjaz authored Nov 2, 2021
1 parent 5d3edd1 commit f8b07dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES/6205.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Declared the minimum required version of ``setuptools`` v46.4.0
in the :pep:`517` configuration file -- :user:`jameshilliard`.
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 f8b07dd

Please sign in to comment.