Skip to content

Commit

Permalink
🎨 Explicitly use setuptools PEP 517 build backend
Browse files Browse the repository at this point in the history
Before this patch, the legacy fallback was being selected
automatically. This is not what we want and we should make use of the
actual modern implementation.
  • Loading branch information
webknjaz committed Jun 11, 2023
1 parent 1f2cd22 commit be5320f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES/886.misc.rst
@@ -0,0 +1,2 @@
Declared modern ``setuptools.build_meta`` as the :pep:`517` build
backend in ``pyproject.toml`` explicitly.
1 change: 1 addition & 0 deletions pyproject.toml
@@ -1,5 +1,6 @@
[build-system]
requires = ["setuptools>=40", "wheel"]
build-backend = "setuptools.build_meta"

[tool.towncrier]
package = "yarl"
Expand Down

0 comments on commit be5320f

Please sign in to comment.