diff --git a/news/3691.feature b/news/3691.feature new file mode 100644 index 000000000..24eebbcc0 --- /dev/null +++ b/news/3691.feature @@ -0,0 +1,4 @@ +Support for packages specifying build dependencies in pyproject.toml (see `PEP +518 `__). Packages which specify +one or more build dependencies this way will be built into wheels in an +isolated environment with those dependencies installed.