1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Add news file

This commit is contained in:
Thomas Kluyver 2017-04-01 19:35:01 +01:00
parent 094b44191a
commit b0b6ec1c7a

4
news/3691.feature Normal file
View file

@ -0,0 +1,4 @@
Support for packages specifying build dependencies in pyproject.toml (see `PEP
518 <https://www.python.org/dev/peps/pep-0518/>`__). Packages which specify
one or more build dependencies this way will be built into wheels in an
isolated environment with those dependencies installed.