aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--changelog.d/1404.misc.rst1
-rw-r--r--pyproject.toml3
2 files changed, 4 insertions, 0 deletions
diff --git a/changelog.d/1404.misc.rst b/changelog.d/1404.misc.rst
new file mode 100644
index 00000000..2d4bd629
--- /dev/null
+++ b/changelog.d/1404.misc.rst
@@ -0,0 +1 @@
+Fix PEP 518 configuration: set build requirements in ``pyproject.toml`` to ``["wheel"]``.
diff --git a/pyproject.toml b/pyproject.toml
index cffd0e9a..07c23bb5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,6 @@
+[build-system]
+requires = ["wheel"]
+
[tool.towncrier]
package = "setuptools"
package_dir = "setuptools"