summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2019-01-27 12:51:05 -0500
committerPaul Ganssle <paul@ganssle.io>2019-02-03 12:25:06 -0500
commit90a8701ae4088db2092a574c39c9ee56efc7eb6b (patch)
tree40a40617ffd27ac45cb4de373d2e47c93d3d77d3
parentfd3b06dae1a33b3131cf96ddb9d7938430b9d8b5 (diff)
downloadpython-setuptools-git-90a8701ae4088db2092a574c39c9ee56efc7eb6b.tar.gz
Add news fragment for PR #1652
-rw-r--r--changelog.d/1652.change.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1652.change.rst b/changelog.d/1652.change.rst
new file mode 100644
index 00000000..f5357699
--- /dev/null
+++ b/changelog.d/1652.change.rst
@@ -0,0 +1 @@
+Added the ``build_meta_legacy`` backend, a "compatibility mode" PEP 517 backend that can be used as the default when ``build-backend`` is left unspecified in ``pyproject.toml``.