Skip to content

Commit

Permalink
Set the minimum required setuptools to v46.4.0 (#6226)
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko <[email protected]>
(cherry picked from commit f8b07dd)

Co-authored-by: James Hilliard <[email protected]>
  • Loading branch information
patchback[bot] and jameshilliard authored Nov 2, 2021
1 parent babeda1 commit 5dd51a8
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 5dd51a8

Please sign in to comment.